diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index a97922326623698a6a4f4d0bba133fb0199afd0e..1400f8b77bbad3d32fac897479405110b88c9b52 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -16,6 +16,8 @@ add_clang_library(clangAnalysis
   CFRefCount.cpp
   CallGraph.cpp
   CallInliner.cpp
+  CastToStructChecker.cpp
+  CheckSizeofPointer.cpp
   CheckDeadStores.cpp
   CheckObjCDealloc.cpp
   CheckObjCInstMethSignature.cpp