mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-26 17:06:54 +00:00
Include missing header
I thought I'd seen this class defined in one of the existing headers with a different name, but I was muddling its forward declaration and a different class being in a non-obvious header.
This commit is contained in:
parent
ec4731d454
commit
2bc091fc05
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#include "glextensions.hpp"
|
#include "glextensions.hpp"
|
||||||
|
|
||||||
|
#include <osg/GraphicsContext>
|
||||||
|
|
||||||
namespace SceneUtil
|
namespace SceneUtil
|
||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
|
|
Loading…
Reference in a new issue