summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/WebMemorySampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/WebMemorySampler.cpp')
-rw-r--r--Source/WebKit2/Shared/WebMemorySampler.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/WebKit2/Shared/WebMemorySampler.cpp b/Source/WebKit2/Shared/WebMemorySampler.cpp
index 7b5c487..82b2be9 100644
--- a/Source/WebKit2/Shared/WebMemorySampler.cpp
+++ b/Source/WebKit2/Shared/WebMemorySampler.cpp
@@ -23,10 +23,11 @@
*
*/
-#if ENABLE(MEMORY_SAMPLER)
-
+#include "config.h"
#include "WebMemorySampler.h"
+#if ENABLE(MEMORY_SAMPLER)
+
#include <wtf/text/CString.h>
using namespace WebCore;