From 923749e41e323a85953bdde7ae0c3510ab687fac Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 22 Feb 2019 21:16:01 +0000 Subject: [PATCH] Some more fixes for errors MSVC2003 noticed Now I've got the entire project building with MSVC2003, _and_ I can compare its ASM with Devilution's disassembler tool. --- src/Draw.cpp | 1 + src/Main.cpp | 1 + src/Organya.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/src/Draw.cpp b/src/Draw.cpp index d3f9d193..b59190a7 100644 --- a/src/Draw.cpp +++ b/src/Draw.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #ifdef WINDOWS #define RECT WINRECT diff --git a/src/Main.cpp b/src/Main.cpp index 95275ee6..310cb7a0 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -2,6 +2,7 @@ #include #include +#include #include #include diff --git a/src/Organya.cpp b/src/Organya.cpp index 14e9bba7..ba58ef14 100644 --- a/src/Organya.cpp +++ b/src/Organya.cpp @@ -2,6 +2,7 @@ #include #include +#include #include #include