Unreviewed build fix for compile error on Windows for r93560.
* runtime/SamplingCounter.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@93585
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-08-23 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed build fix for compile error on Windows for r93560.
+
+ * runtime/SamplingCounter.h:
+
2011-08-22 Filip Pizlo <fpizlo@apple.com>
Sampling counter support is in the bytecode directory
#ifndef SamplingCounter_h
#define SamplingCounter_h
+#include <stdint.h>
#include <wtf/Assertions.h>
namespace JSC {