aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkString.cpp')
-rw-r--r--src/core/SkString.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/SkString.cpp b/src/core/SkString.cpp
index 707e8befb8..a6d9335318 100644
--- a/src/core/SkString.cpp
+++ b/src/core/SkString.cpp
@@ -5,12 +5,13 @@
* found in the LICENSE file.
*/
-#include "SkString.h"
-#include <stdarg.h>
-#include <cstdio>
#include "SkAtomics.h"
#include "SkSafeMath.h"
+#include "SkString.h"
#include "SkUtils.h"
+#include <cstdio>
+#include <new>
+#include <stdarg.h>
// number of bytes (on the stack) to receive the printf result
static const size_t kBufferSize = 1024;