bug 1036401 - adjust includes to fix up some issues with complete types instead of forward declarations being required r=bz r=bjacob

This commit is contained in:
Octoploid
2014-07-22 11:29:33 -04:00
parent a2dab4cb3c
commit e3378059d5
6 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "TextureHostBasic.h"
#ifdef XP_MACOSX
#include "MacIOSurfaceTextureHostBasic.h"
#endif
using namespace mozilla::gl;
using namespace mozilla::gfx;