Title: [93585] trunk/Source/_javascript_Core
Revision
93585
Author
[email protected]
Date
2011-08-23 02:32:42 -0700 (Tue, 23 Aug 2011)

Log Message

2011-08-23  Ilya Tikhonovsky  <[email protected]>

        Unreviewed build fix for compile error on Windows for r93560.

        * runtime/SamplingCounter.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (93584 => 93585)


--- trunk/Source/_javascript_Core/ChangeLog	2011-08-23 09:23:31 UTC (rev 93584)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-08-23 09:32:42 UTC (rev 93585)
@@ -1,3 +1,9 @@
+2011-08-23  Ilya Tikhonovsky  <[email protected]>
+
+        Unreviewed build fix for compile error on Windows for r93560.
+
+        * runtime/SamplingCounter.h:
+
 2011-08-22  Filip Pizlo  <[email protected]>
 
         Sampling counter support is in the bytecode directory

Modified: trunk/Source/_javascript_Core/runtime/SamplingCounter.h (93584 => 93585)


--- trunk/Source/_javascript_Core/runtime/SamplingCounter.h	2011-08-23 09:23:31 UTC (rev 93584)
+++ trunk/Source/_javascript_Core/runtime/SamplingCounter.h	2011-08-23 09:32:42 UTC (rev 93585)
@@ -29,6 +29,7 @@
 #ifndef SamplingCounter_h
 #define SamplingCounter_h
 
+#include <stdint.h>
 #include <wtf/Assertions.h>
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to