summaryrefslogtreecommitdiffstats
path: root/src/bufstr.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-03-03 20:13:49 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-03-03 20:13:49 (GMT)
commit29ea1e8227b3e892e7124c8cd8b5f2b8be81a058 (patch)
treeaaf1a0a05d6691789fa79de86fc7f152cc411424 /src/bufstr.h
parent93f5398050245c427869d865fe04c43c907666d1 (diff)
downloadDoxygen-29ea1e8227b3e892e7124c8cd8b5f2b8be81a058.zip
Doxygen-29ea1e8227b3e892e7124c8cd8b5f2b8be81a058.tar.gz
Doxygen-29ea1e8227b3e892e7124c8cd8b5f2b8be81a058.tar.bz2
Refactoring: replace QTextStream by ifstream
Diffstat (limited to 'src/bufstr.h')
-rw-r--r--src/bufstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bufstr.h b/src/bufstr.h
index ca733ad..fcdce6b 100644
--- a/src/bufstr.h
+++ b/src/bufstr.h
@@ -19,6 +19,7 @@
#define _BUFSTR_H
#include <cstdlib>
+#include <qcstring.h>
/*! @brief Buffer used to store strings
*