From 7ff66fb91e0a79ba6549c56e2fbf522c983eb917 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Mar 2008 02:55:12 +0000 Subject: split the MacroArgs class out of TokenLexer.cpp/h into MacroArgs.cpp/h llvm-svn: 48075 --- clang/Lex/Preprocessor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/Lex/Preprocessor.cpp') diff --git a/clang/Lex/Preprocessor.cpp b/clang/Lex/Preprocessor.cpp index 1cc4e6ecea4..d8865441b0a 100644 --- a/clang/Lex/Preprocessor.cpp +++ b/clang/Lex/Preprocessor.cpp @@ -26,6 +26,7 @@ //===----------------------------------------------------------------------===// #include "clang/Lex/Preprocessor.h" +#include "MacroArgs.h" #include "clang/Lex/HeaderSearch.h" #include "clang/Lex/MacroInfo.h" #include "clang/Lex/PPCallbacks.h" -- cgit v1.2.3