OsgLoader.h: Add missing include guards
This commit is contained in:
parent
05060efeb9
commit
df796359dd
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
#ifndef OSGLOADER_H
|
||||||
|
#define OSGLOADER_H
|
||||||
|
|
||||||
#include <osgDB/ReadFile>
|
#include <osgDB/ReadFile>
|
||||||
|
|
||||||
#include "ReaderWriterACC.h"
|
#include "ReaderWriterACC.h"
|
||||||
|
@ -39,3 +42,5 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace osggraph
|
} // namespace osggraph
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue