summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineParser.h
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-10-29 22:49:58 +0000
committerHans Wennborg <hans@hanshq.net>2014-10-29 22:49:58 +0000
commitb33ef708497ac5efc0816c76c68564f7f9800eb6 (patch)
tree0f1e743e5f6df90c8aa000ac5c22a000e8736e2a /lib/Format/UnwrappedLineParser.h
parent87d5cc5ed6f237153e493634ffd7e20bca756514 (diff)
Sink a #include while we're here. NFC.
Format.h doesn't use stack. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.h')
-rw-r--r--lib/Format/UnwrappedLineParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h
index be13fa5cfc..d2f17e015c 100644
--- a/lib/Format/UnwrappedLineParser.h
+++ b/lib/Format/UnwrappedLineParser.h
@@ -20,6 +20,7 @@
#include "clang/Basic/IdentifierTable.h"
#include "clang/Format/Format.h"
#include <list>
+#include <stack>
namespace clang {
namespace format {