]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 fix
authorFrederic Bouvier <fredfgfs01@free.fr>
Thu, 30 Dec 2010 18:07:49 +0000 (19:07 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Thu, 30 Dec 2010 18:07:49 +0000 (19:07 +0100)
src/ATCDCL/atis.cxx

index 9181b3e0121a0799ce8683438fb5ed50f5b2ed06..368c4ae88863e102c8c77d463c54575b31ae11cf 100644 (file)
@@ -91,7 +91,7 @@ FGATIS::FGATIS() :
   using namespace lex;
 # define NIL ""
 # define REMAP(from,to) _remap[#from] = to;
-# include <atis_remap.hxx>
+# include "atis_remap.hxx"
 # undef REMAP
 # undef NIL