mirror of https://github.com/OpenTTD/OpenTTD
(svn r1806) Add missing includes (see r1803)
parent
17ca2c49a5
commit
7d3a576a7b
3
debug.c
3
debug.c
|
@ -1,5 +1,6 @@
|
||||||
#include <stdarg.h>
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdarg.h>
|
||||||
#include "ttd.h"
|
#include "ttd.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ttd.h"
|
#include "ttd.h"
|
||||||
|
#include "debug.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue