diff options
| author | Petr Mrázek | 2012-03-15 22:05:33 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-15 22:05:33 +0100 |
| commit | c72fb76316f436eb5987687f7c5b3f68f24cc817 (patch) | |
| tree | 3c1824459a6385c49bb55d5f665a658588081d91 /library/dfhack-run.cpp | |
| parent | 52aca6e05a8a1610b6c8c31ffbbc3d25b6f57db6 (diff) | |
| download | dfhack-c72fb76316f436eb5987687f7c5b3f68f24cc817.tar.gz dfhack-c72fb76316f436eb5987687f7c5b3f68f24cc817.tar.bz2 dfhack-c72fb76316f436eb5987687f7c5b3f68f24cc817.tar.xz | |
MSVC fixage for the new socket API
Diffstat (limited to 'library/dfhack-run.cpp')
| -rw-r--r-- | library/dfhack-run.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/dfhack-run.cpp b/library/dfhack-run.cpp index eab03901..16c6087e 100644 --- a/library/dfhack-run.cpp +++ b/library/dfhack-run.cpp @@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. #include <fstream> #include <istream> #include <string> +#include <stdint.h> #include "RemoteClient.h" |
