diff options
Diffstat (limited to 'src/lib/util/stopwatch_impl.cc')
-rw-r--r-- | src/lib/util/stopwatch_impl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/stopwatch_impl.cc b/src/lib/util/stopwatch_impl.cc index b19b7fe282..8f6bc653dd 100644 --- a/src/lib/util/stopwatch_impl.cc +++ b/src/lib/util/stopwatch_impl.cc @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> + #include <util/stopwatch_impl.h> #include <iomanip> #include <sstream> |