vector not used on Linux, move to Windows ifdef block
This commit is contained in:
parent
f1be1c9a8f
commit
20fa1f4b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#ifdef WIN32
|
||||
|
||||
#include <tchar.h>
|
||||
#include <regex>
|
||||
#include "OpenAuraSDKDialog.h"
|
||||
#include "I2CDetectDialog.h"
|
||||
#include "i2c_smbus_piix4.h"
|
||||
|
|
@ -25,7 +26,6 @@
|
|||
|
||||
#include "OpenAuraSDKQtDialog.h"
|
||||
#include "i2c_smbus_linux.h"
|
||||
#include <regex>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue