mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
*** empty log message ***
This commit is contained in:
parent
c07eb09341
commit
cc562dbdbb
@ -7,7 +7,6 @@
|
||||
#include "dcParserDefs.h"
|
||||
#include "dcLexerDefs.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <assert.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
@ -17,7 +17,14 @@
|
||||
#pragma warning (disable : 4503)
|
||||
#endif /* WIN32_VC */
|
||||
|
||||
#if defined(WIN32) || defined(CPPPARSER)
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#else
|
||||
#include <iostream.h>
|
||||
#include <fstream.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
// These header files are needed to compile dcLexer.cxx, the output
|
||||
|
Loading…
x
Reference in New Issue
Block a user