OsgLoader.h: Add missing include guards

This commit is contained in:
Xavier Del Campo Romero 2025-01-17 14:30:08 +01:00
parent 05060efeb9
commit df796359dd
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -16,6 +16,9 @@
* *
***************************************************************************/
#ifndef OSGLOADER_H
#define OSGLOADER_H
#include <osgDB/ReadFile>
#include "ReaderWriterACC.h"
@ -39,3 +42,5 @@ protected:
};
} // namespace osggraph
#endif