From 1f6043458c2677f3651618bc23f8b0a24598bffb Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Dec 2007 23:30:28 +0000 Subject: (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. --- src/signs.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/signs.cpp') diff --git a/src/signs.cpp b/src/signs.cpp index dcaf4499d..4ea465fb4 100644 --- a/src/signs.cpp +++ b/src/signs.cpp @@ -15,6 +15,7 @@ #include "string.h" #include "misc/autoptr.hpp" #include "strings_func.h" +#include "viewport.h" SignID _new_sign_id; uint _total_signs; -- cgit v1.2.3-70-g09d2