moviefile.cpp: Need windows.h on Win32
This commit is contained in:
parent
45300b3a2b
commit
2b1ffb9f17
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
#include <sstream>
|
||||
#include <boost/iostreams/copy.hpp>
|
||||
#include <boost/iostreams/device/back_inserter.hpp>
|
||||
#if defined(_WIN32) || defined(_WIN64) || defined(TEST_WIN32_CODE)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#define DEFAULT_RTC_SECOND 1000000000ULL
|
||||
#define DEFAULT_RTC_SUBSECOND 0ULL
|
||||
|
|
Loading…
Add table
Reference in a new issue