diff options
Diffstat (limited to 'image/DrawResult.h')
-rw-r--r-- | image/DrawResult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/image/DrawResult.h b/image/DrawResult.h index 8240ede26..912f59dc3 100644 --- a/image/DrawResult.h +++ b/image/DrawResult.h @@ -6,6 +6,7 @@ #ifndef mozilla_image_DrawResult_h #define mozilla_image_DrawResult_h +#include <cstdint> // for uint8_t #include "mozilla/Attributes.h" #include "mozilla/Likely.h" |