summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2008-06-27 17:53:02 +0000
committerCedric Venet <cedric.venet@laposte.net>2008-06-27 17:53:02 +0000
commit58cbd06887c94d98fe4138d15c64db19d36a4af9 (patch)
tree1c92479546e9b207eaa68b3cf2882967311bedb8 /win32
parent04bc87683acacce119967dfa5f7c35b4ecef012a (diff)
downloadclang-58cbd06887c94d98fe4138d15c64db19d36a4af9.tar.gz
Add missing include file (due to a file splitting in llvm).
Add new file to Sema Project for VS. this unbreak the build for VS2005 (with the associated patch on llvm). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/clangSema/clangSema.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj
index 522e02f429..fc798b6c3a 100644
--- a/win32/clangSema/clangSema.vcproj
+++ b/win32/clangSema/clangSema.vcproj
@@ -175,6 +175,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Sema\SemaDeclAttr.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Sema\SemaDeclCXX.cpp"
>
</File>