summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-04-06 19:11:58 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-04-06 19:11:58 (GMT)
commit6511573f661d3f8eacc6d316222fd77b98720d6a (patch)
tree88be44944e49cdf49a7ec41a4f8991adcf7ee053 /src/doxygen.cpp
parentb8f3c3ddf91f5ae71d5a012f188461259b2f7e69 (diff)
downloadDoxygen-6511573f661d3f8eacc6d316222fd77b98720d6a.zip
Doxygen-6511573f661d3f8eacc6d316222fd77b98720d6a.tar.gz
Doxygen-6511573f661d3f8eacc6d316222fd77b98720d6a.tar.bz2
Added missing #includes
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 03ec660..e766dd5 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -33,6 +33,7 @@
#include <qptrdict.h>
#include <qtextstream.h>
+#include <algorithm>
#include <unordered_map>
#include <memory>