Changed the remaining #include <> to #include "" to get things compiling under VS.
This commit is contained in:
parent
a2e76e4ab0
commit
eb42926ab1
@ -1,6 +1,3 @@
|
||||
#include "ReaderWriterTXP.h"
|
||||
#include <TrPageArchive.h>
|
||||
|
||||
#include <osg/Group>
|
||||
#include <osg/Object>
|
||||
#include <osg/Node>
|
||||
@ -11,6 +8,9 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "ReaderWriterTXP.h"
|
||||
#include "TrPageArchive.h"
|
||||
|
||||
#include "TerrapageNode.h"
|
||||
|
||||
using namespace txp;
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "trpage_write.h"
|
||||
#include "trpage_scene.h"
|
||||
#include "trpage_managers.h"
|
||||
#include <WaitBlock.h>
|
||||
#include "WaitBlock.h"
|
||||
#include "TrPageArchive.h"
|
||||
|
||||
namespace txp
|
||||
|
Loading…
Reference in New Issue
Block a user