summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/Timer.cpp')
-rw-r--r--WebCore/platform/Timer.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/WebCore/platform/Timer.cpp b/WebCore/platform/Timer.cpp
index 539846c..4804540 100644
--- a/WebCore/platform/Timer.cpp
+++ b/WebCore/platform/Timer.cpp
@@ -37,6 +37,11 @@
#include <wtf/HashSet.h>
#include <wtf/Vector.h>
+#if PLATFORM(ANDROID)
+#include "stl_iterator_base.h"
+#include "heap.h"
+#endif
+
using namespace std;
namespace WebCore {
@@ -324,4 +329,3 @@ void TimerBase::fireTimersInNestedEventLoop()
}
} // namespace WebCore
-