From: Frederic Bouvier Date: Thu, 30 Dec 2010 18:07:49 +0000 (+0100) Subject: Win32 fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=445306cac706e0f1125fb56305031347ed7357bb;p=flightgear.git Win32 fix --- diff --git a/src/ATCDCL/atis.cxx b/src/ATCDCL/atis.cxx index 9181b3e01..368c4ae88 100644 --- a/src/ATCDCL/atis.cxx +++ b/src/ATCDCL/atis.cxx @@ -91,7 +91,7 @@ FGATIS::FGATIS() : using namespace lex; # define NIL "" # define REMAP(from,to) _remap[#from] = to; -# include +# include "atis_remap.hxx" # undef REMAP # undef NIL