aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDrawable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkDrawable.cpp')
-rw-r--r--src/core/SkDrawable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkDrawable.cpp b/src/core/SkDrawable.cpp
index 41547ee697..50522709e9 100644
--- a/src/core/SkDrawable.cpp
+++ b/src/core/SkDrawable.cpp
@@ -5,9 +5,9 @@
* found in the LICENSE file.
*/
+#include "SkAtomics.h"
#include "SkCanvas.h"
#include "SkDrawable.h"
-#include "SkThread.h"
static int32_t next_generation_id() {
static int32_t gCanvasDrawableGenerationID;