diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-04-29 17:31:48 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2013-04-29 17:31:48 +0000 |
commit | a26e0ce81db03730cd1e74afd259a024a8579a4d (patch) | |
tree | a12864e054b5535c59ed18a1f3223650d3ea532c | |
parent | 56f6e09562568437e852eba192c17869beba1d49 (diff) |
[test] add missing header for the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180719 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/pp-modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Preprocessor/pp-modules.h b/test/Preprocessor/pp-modules.h new file mode 100644 index 0000000000..e4ccacf143 --- /dev/null +++ b/test/Preprocessor/pp-modules.h @@ -0,0 +1 @@ +#include <Module/Module.h> |