Skip to content

Commit 0034cab

Browse files
author
Nathan Hawes
committed
[AST] Fix missing include in Decl.cpp
1 parent 280d4c9 commit 0034cab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/Decl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#include "swift/Demangling/ManglingMacros.h"
6060

6161
#include "clang/Basic/CharInfo.h"
62+
#include "clang/Basic/Module.h"
6263
#include "clang/AST/Attr.h"
6364
#include "clang/AST/DeclObjC.h"
6465

0 commit comments

Comments
 (0)