include missing header

This commit is contained in:
wmayer
2017-10-04 18:58:40 +02:00
parent f3bf8fe919
commit 58c7b37661

View File

@@ -26,16 +26,17 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <assert.h>
# include <fcntl.h>
# include <sys/types.h>
# include <sys/stat.h>
# ifdef FC_OS_WIN32
# include <io.h>
# include <xercesc/sax/SAXParseException.hpp>
# endif
# include <stdio.h>
# include <sstream>
# include <assert.h>
# include <fcntl.h>
# include <sys/types.h>
# include <sys/stat.h>
# ifdef FC_OS_WIN32
# include <io.h>
# include <xercesc/sax/SAXParseException.hpp>
# endif
# include <stdio.h>
# include <sstream>
# include <list>
#endif