Commit 27746966 by Jeff Muizelaar Committed by Geoff Lang

Add missing include guard to FunctionsWGL.h

Change-Id: I603eb99219234bb0292432ec41ede011c9c7d3ca Reviewed-on: https://chromium-review.googlesource.com/305830Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 685aa4b8
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
// FunctionsWGL.h: Defines the FuntionsWGL class to contain loaded WGL functions // FunctionsWGL.h: Defines the FuntionsWGL class to contain loaded WGL functions
#ifndef LIBANGLE_RENDERER_GL_WGL_FUNCTIONS_WGL
#define LIBANGLE_RENDERER_GL_WGL_FUNCTIONS_WGL
#include "common/angleutils.h" #include "common/angleutils.h"
#include "libANGLE/renderer/gl/wgl/functionswgl_typedefs.h" #include "libANGLE/renderer/gl/wgl/functionswgl_typedefs.h"
...@@ -77,3 +80,5 @@ class FunctionsWGL : angle::NonCopyable ...@@ -77,3 +80,5 @@ class FunctionsWGL : angle::NonCopyable
}; };
} }
#endif // LIBANGLE_RENDERER_GL_WGL_FUNCTIONS_WGL
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment