diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 19:19:55 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:11 +0200 |
commit | 4a8c186eea0b25416ce3e47719658a42df9fddcf (patch) | |
tree | f10f9ee7c69249d495a2be91b296c08e5cce1e21 /dom/performance/PerformanceService.cpp | |
parent | 8ff6e8c8a2200db8307c158ce65d16e29abd3418 (diff) | |
download | UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar.gz UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar.lz UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.tar.xz UXP-4a8c186eea0b25416ce3e47719658a42df9fddcf.zip |
Issue #80 - De-unify dom/performance
Diffstat (limited to 'dom/performance/PerformanceService.cpp')
-rw-r--r-- | dom/performance/PerformanceService.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/performance/PerformanceService.cpp b/dom/performance/PerformanceService.cpp index cf119af89..21d1aaa26 100644 --- a/dom/performance/PerformanceService.cpp +++ b/dom/performance/PerformanceService.cpp @@ -9,6 +9,7 @@ #include "mozilla/ClearOnShutdown.h" #include "mozilla/StaticMutex.h" #include "mozilla/StaticPtr.h" +#include "prtime.h" namespace mozilla { namespace dom { |