[libclang] Include "BuildSystem.h" along with "Index.h"

llvm-svn: 202104
This commit is contained in:
Argyrios Kyrtzidis 2014-02-25 03:59:16 +00:00
parent bb2a93241d
commit 09a439d313
2 changed files with 4 additions and 3 deletions

View File

@ -11,8 +11,8 @@
|* *|
\*===----------------------------------------------------------------------===*/
#ifndef CLANG_BUILD_SYSTEM_H
#define CLANG_BUILD_SYSTEM_H
#ifndef CLANG_C_BUILD_SYSTEM_H
#define CLANG_C_BUILD_SYSTEM_H
#include "clang-c/Platform.h"
#include "clang-c/CXString.h"
@ -40,5 +40,5 @@ CINDEX_LINKAGE unsigned long long clang_getBuildSessionTimestamp(void);
}
#endif
#endif /* CLANG_BUILD_SYSTEM_H */
#endif /* CLANG_C_BUILD_SYSTEM_H */

View File

@ -20,6 +20,7 @@
#include "clang-c/Platform.h"
#include "clang-c/CXString.h"
#include "clang-c/BuildSystem.h"
/**
* \brief The version constants for the libclang API.