diff options
Diffstat (limited to 'Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp b/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp index 9b36a75b63..673e308d53 100644 --- a/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp +++ b/Source/Core/VideoBackends/OGL/OGLBoundingBox.cpp @@ -3,6 +3,8 @@ #include "VideoBackends/OGL/OGLBoundingBox.h" +#include <cstring> + #include "VideoBackends/OGL/OGLGfx.h" #include "VideoCommon/DriverDetails.h" |
