diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-18 08:40:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-18 08:40:30 (GMT) |
commit | 74c9b5f67758ad21f014f6447d55e8aea6722cb5 (patch) | |
tree | 0704796f18615ccae813f62bf04a5c2414d6349e /src/portable.cpp | |
parent | 352283e97798e916efb2e7af59ae608bb6e809b0 (diff) | |
download | Doxygen-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.cpp | 2 |
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; |