diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-08-01 23:21:03 -0700 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-08-02 09:34:39 -0700 |
| commit | 226a9c239220c5ba99508a6b96ce28903a35be80 (patch) | |
| tree | bd010cc5aed750806eba69994e004057599af035 /Source/Core/VideoBackends/OGL/SamplerCache.cpp | |
| parent | 7e83a0ea9be49abee3a4c8a2e953ca0905271434 (diff) | |
Move GLInterface around to remove VideoBackends dependency on DolphinWX
Diffstat (limited to 'Source/Core/VideoBackends/OGL/SamplerCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/SamplerCache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/OGL/SamplerCache.cpp b/Source/Core/VideoBackends/OGL/SamplerCache.cpp index c9bf699843..2b422e1f55 100644 --- a/Source/Core/VideoBackends/OGL/SamplerCache.cpp +++ b/Source/Core/VideoBackends/OGL/SamplerCache.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include "VideoBackends/OGL/GLInterfaceBase.h" #include "VideoBackends/OGL/SamplerCache.h" #include "VideoCommon/DriverDetails.h" |
