mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-06 22:37:22 +00:00
(svn r11779) -Fix: win32 compile failed. Also removed a duplicate include
This commit is contained in:
parent
eced1fb4ae
commit
2832a6cafb
@ -22,12 +22,13 @@
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "functions.h"
|
||||
#include "core/random_func.hpp"
|
||||
#include "core/bitmath_func.hpp"
|
||||
#include "string_func.h"
|
||||
#include <ctype.h>
|
||||
#include <tchar.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <shlobj.h>
|
||||
#if defined(_MSC_VER) && !defined(WINCE)
|
||||
#include <dbghelp.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user