summaryrefslogtreecommitdiffstats
path: root/src/plantuml.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-01 11:51:57 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-05-01 11:51:57 (GMT)
commit9c7f8b12d0af44b8e4cee42e68fd5553563231a1 (patch)
tree1ae29cf4e8531122399fd397cbe658d0bdbfc1c8 /src/plantuml.cpp
parent44d55811919cca36ba0709d805fd5b1478fdf4ea (diff)
downloadDoxygen-9c7f8b12d0af44b8e4cee42e68fd5553563231a1.zip
Doxygen-9c7f8b12d0af44b8e4cee42e68fd5553563231a1.tar.gz
Doxygen-9c7f8b12d0af44b8e4cee42e68fd5553563231a1.tar.bz2
Cleanup util.h by moving some functions to other files
Diffstat (limited to 'src/plantuml.cpp')
-rw-r--r--src/plantuml.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plantuml.cpp b/src/plantuml.cpp
index 81f7df8..a88289a 100644
--- a/src/plantuml.cpp
+++ b/src/plantuml.cpp
@@ -21,6 +21,7 @@
#include "message.h"
#include "debug.h"
#include "fileinfo.h"
+#include "dir.h"
QCString PlantumlManager::writePlantUMLSource(const QCString &outDirArg,const QCString &fileName,const QCString &content,OutputFormat format)
{