]> git.sesse.net Git - movit/blobdiff - movit_pch.h
Add some missing tests to .gitignore.
[movit] / movit_pch.h
diff --git a/movit_pch.h b/movit_pch.h
new file mode 100644 (file)
index 0000000..0d88481
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef _MOVIT_PCH_H
+#define _MOVIT_PCH_H 1
+
+#ifdef MOVIT_USE_PCH
+
+#include <GL/glew.h>
+#include <Eigen/Core>
+#include <Eigen/LU>
+#include <vector>
+#include <map>
+#include <string>
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <stddef.h>
+#include <math.h>
+
+#endif  // defined(MOVIT_USE_PCH)
+
+#endif  // !defined(_MOVIT_PCH_H)