From 445306cac706e0f1125fb56305031347ed7357bb Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Thu, 30 Dec 2010 19:07:49 +0100 Subject: [PATCH] Win32 fix --- src/ATCDCL/atis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5