Index: include/core/SkOnce.h |
diff --git a/include/core/SkOnce.h b/include/core/SkOnce.h |
index c7a87f77a054d314fc8f7f72babad56faaf219db..43e7353d4dd9240fde565a8a115a1344318672da 100644 |
--- a/include/core/SkOnce.h |
+++ b/include/core/SkOnce.h |
@@ -27,7 +27,7 @@ |
// No matter how many times you call EnsureRegistered(), register_my_stuff will be called just once. |
// OnceTest.cpp also should serve as a few other simple examples. |
-#include "SkAtomics.h" |
+#include "../private/SkAtomics.h" |
#include "SkSpinlock.h" |
// This must be used in a global scope, not in function scope or as a class member. |