1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.

This commit is contained in:
rubidium
2007-01-04 20:33:50 +00:00
parent fa4d49f838
commit bfe4dcbc39

View File

@@ -3,6 +3,7 @@
#ifdef ENABLE_NETWORK
#include "../../stdafx.h"
#include "../../debug.h"
#include "os_abstraction.h"
#ifdef __MORPHOS__