summaryrefslogtreecommitdiff
path: root/src/querystring_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-06-04 15:29:37 +0000
committerfrosch <frosch@openttd.org>2012-06-04 15:29:37 +0000
commit31eb896143ca5a38c0dc7355921393f357c5a383 (patch)
treefee85678331419013e699f39c82cd7afb559a658 /src/querystring_gui.h
parent5e8a32e2797b741d3d701415e4b658453919eac5 (diff)
downloadopenttd-31eb896143ca5a38c0dc7355921393f357c5a383.tar.xz
(svn r24323) -Codechange: Split Textbuf and associated functions to separate files.
Diffstat (limited to 'src/querystring_gui.h')
-rw-r--r--src/querystring_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querystring_gui.h b/src/querystring_gui.h
index c1ae14606..6296435fe 100644
--- a/src/querystring_gui.h
+++ b/src/querystring_gui.h
@@ -12,6 +12,7 @@
#ifndef QUERYSTRING_GUI_H
#define QUERYSTRING_GUI_H
+#include "textbuf_type.h"
#include "textbuf_gui.h"
#include "window_gui.h"