summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-18 08:40:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-07-18 08:40:30 (GMT)
commit74c9b5f67758ad21f014f6447d55e8aea6722cb5 (patch)
tree0704796f18615ccae813f62bf04a5c2414d6349e /src/portable.cpp
parent352283e97798e916efb2e7af59ae608bb6e809b0 (diff)
downloadDoxygen-74c9b5f67758ad21f014f6447d55e8aea6722cb5.zip
Doxygen-74c9b5f67758ad21f014f6447d55e8aea6722cb5.tar.gz
Doxygen-74c9b5f67758ad21f014f6447d55e8aea6722cb5.tar.bz2
Added missing #include for util.h to portable.cpp
Diffstat (limited to 'src/portable.cpp')
-rw-r--r--src/portable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.cpp b/src/portable.cpp
index b4417c2..08691b2 100644
--- a/src/portable.cpp
+++ b/src/portable.cpp
@@ -22,10 +22,10 @@ extern char **environ;
#endif
#include "portable.h"
+#include "util.h"
#ifndef NODEBUG
#include "debug.h"
#endif
-//#include "doxygen.h"
static double g_sysElapsedTime;
static QTime g_time;