Reorganize the C API headers to improve build times.
[oota-llvm.git] / bindings / go / llvm / analysis.go
index 7b0d8e3e8b8a8f8bcbc83d1debcaaed82990c920..3ae4b71def7c0f8a58e44362e17a4975fe836859 100644 (file)
@@ -15,6 +15,7 @@ package llvm
 
 /*
 #include "llvm-c/Analysis.h" // If you are getting an error here read bindings/go/README.txt
+#include "llvm-c/Core.h"
 #include <stdlib.h>
 */
 import "C"