diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-23 07:16:01 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-23 07:16:01 +0300 |
commit | a04d79cb15e38a66f72014f47aa9f3301c3aeab0 (patch) | |
tree | 7a5f23437572cdc4823514ecc05c4fcf2bdb22f3 /src/file_reader.hpp | |
parent | 034acc9eda1e60a0554c7cda23e6692e92a837e6 (diff) | |
download | libADLMIDI-a04d79cb15e38a66f72014f47aa9f3301c3aeab0.tar.gz libADLMIDI-a04d79cb15e38a66f72014f47aa9f3301c3aeab0.tar.bz2 libADLMIDI-a04d79cb15e38a66f72014f47aa9f3301c3aeab0.zip |
Fix Watcom compilation of file_reader.hpp
Diffstat (limited to 'src/file_reader.hpp')
-rw-r--r-- | src/file_reader.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_reader.hpp b/src/file_reader.hpp index e12e591..2c57386 100644 --- a/src/file_reader.hpp +++ b/src/file_reader.hpp @@ -28,6 +28,8 @@ #include <string> // std::string #include <cstdio> // std::fopen, std::fread, std::fseek, std::ftell, std::fclose, std::feof +#include <stdint.h> // uint*_t +#include <stddef.h> // size_t and friends #ifdef _WIN32 #include <cstring> // std::strlen #include <windows.h> // MultiByteToWideChar |