[GLExtensions] Fix OS X build.

This commit is contained in:
Ryan Houdek 2014-01-07 00:11:23 -06:00 committed by degasus
parent 34c9a33807
commit 0ea6718d99
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include "GLExtensions.h"
#include "Log.h"
#if defined(__linux__)
#if defined(__linux__) || defined(__APPLE__)
#include <dlfcn.h>
#endif
#include <unordered_map>