Fix debug=1 build break from 2a3524cd ("Move segment handling from editor.h")

When debug is enabled, gamecntl references symbols that moved to the new
header.
This commit is contained in:
Kp 2013-03-31 15:37:51 +00:00
parent 62ef6abefe
commit 37f495a1a7

View file

@ -93,6 +93,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#ifdef EDITOR #ifdef EDITOR
#include "editor/editor.h" #include "editor/editor.h"
#include "editor/esegment.h"
#endif #endif
#include <SDL/SDL.h> #include <SDL/SDL.h>