Changed the <*.h> to "*.h> in the terrapage plugin to get it compile under Windows.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* All Rights Reserved.
|
||||
*
|
||||
*****************************************************************************/
|
||||
#include <trpage_sys.h>
|
||||
#include "trpage_sys.h"
|
||||
#include <osg/AlphaFunc>
|
||||
#include <osg/Group>
|
||||
#include <osg/Material>
|
||||
@@ -35,8 +35,8 @@
|
||||
#include <osg/Notify>
|
||||
|
||||
|
||||
#include <TrPageParser.h>
|
||||
#include <TrPageArchive.h>
|
||||
#include "TrPageParser.h"
|
||||
#include "TrPageArchive.h"
|
||||
/*
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user