Fix the Windows build in relation to the recent changes.
This commit is contained in:
parent
146b301a91
commit
91286f5021
|
@ -11,9 +11,10 @@
|
|||
#define SLEEP(x) usleep(x*1000)
|
||||
#endif
|
||||
|
||||
#include <clocale>
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
// Will fail to compile on a non-array:
|
||||
// TODO: make this a function when constexpr is available
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
#include <oleauto.h>
|
||||
#include <sstream>
|
||||
#include <wbemidl.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue