1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 15:39:49 +00:00

Fix building water.cpp on macos

This commit is contained in:
psi29a 2023-01-30 17:04:41 +00:00
parent bc90636316
commit 68ad3f8f10

View file

@ -1,5 +1,7 @@
#include "water.hpp"
#include <sstream>
#include <osg/ClipNode>
#include <osg/Depth>
#include <osg/Fog>