diff options
Diffstat (limited to 'gfx/layers/ScrollableLayerGuid.cpp')
-rw-r--r-- | gfx/layers/ScrollableLayerGuid.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/layers/ScrollableLayerGuid.cpp b/gfx/layers/ScrollableLayerGuid.cpp index 914a8ad124..42a8a4824f 100644 --- a/gfx/layers/ScrollableLayerGuid.cpp +++ b/gfx/layers/ScrollableLayerGuid.cpp @@ -8,7 +8,8 @@ #include <ostream> #include "mozilla/HashFunctions.h" // for HashGeneric -#include "nsPrintfCString.h" // for nsPrintfCString +#include "mozilla/IntegerPrintfMacros.h" +#include "nsPrintfCString.h" // for nsPrintfCString namespace mozilla { namespace layers { |