Fix the Windows build in relation to the recent changes.

This commit is contained in:
Lioncash 2014-02-19 13:46:47 -05:00 committed by Pierre Bourdon
parent 146b301a91
commit 91286f5021
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,6 @@
#include <algorithm>
#include <map>
#include <oleauto.h>
#include <sstream>
#include <wbemidl.h>