summaryrefslogtreecommitdiff
path: root/gfx/layers/ImageContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/ImageContainer.cpp')
-rw-r--r--gfx/layers/ImageContainer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gfx/layers/ImageContainer.cpp b/gfx/layers/ImageContainer.cpp
index ecf2d10b41..5e4019e861 100644
--- a/gfx/layers/ImageContainer.cpp
+++ b/gfx/layers/ImageContainer.cpp
@@ -28,6 +28,10 @@
#include "mozilla/gfx/2D.h"
#include "mozilla/CheckedInt.h"
+#ifdef XP_MACOSX
+#include "mozilla/gfx/QuartzSupport.h"
+#endif
+
#ifdef XP_WIN
#include "gfxWindowsPlatform.h"
#include <d3d10_1.h>