From a04d79cb15e38a66f72014f47aa9f3301c3aeab0 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sat, 23 Jun 2018 07:16:01 +0300 Subject: Fix Watcom compilation of file_reader.hpp --- src/file_reader.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 // std::string #include // std::fopen, std::fread, std::fseek, std::ftell, std::fclose, std::feof +#include // uint*_t +#include // size_t and friends #ifdef _WIN32 #include // std::strlen #include // MultiByteToWideChar -- cgit v1.2.3