summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-01 14:46:00 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-05-01 14:46:00 (GMT)
commita276a29033d878aea0d7334fcccd597e194968a6 (patch)
treeaa41b809fc08d4bf6d612942de0eda1640767aca
parenta5abe525062023c4e20cd445b4b6b0ef3a51794f (diff)
downloadDoxygen-a276a29033d878aea0d7334fcccd597e194968a6.zip
Doxygen-a276a29033d878aea0d7334fcccd597e194968a6.tar.gz
Doxygen-a276a29033d878aea0d7334fcccd597e194968a6.tar.bz2
Fix compilation issue in doxyparse.cpp
-rw-r--r--addon/doxyparse/doxyparse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxyparse/doxyparse.cpp b/addon/doxyparse/doxyparse.cpp
index 65e7327..fd3d41d 100644
--- a/addon/doxyparse/doxyparse.cpp
+++ b/addon/doxyparse/doxyparse.cpp
@@ -43,6 +43,7 @@
#include "qcstring.h"
#include "namespacedef.h"
#include "portable.h"
+#include "dir.h"
class Doxyparse : public CodeOutputInterface
{