From 569f82f4c8d59de5087e8e7bb3e1a117052f5f1c Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Tue, 28 Mar 2006 10:21:32 +0000 Subject: [PATCH] Fix CORE include. --- Installation/config/support/test_CORE.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/config/support/test_CORE.C b/Installation/config/support/test_CORE.C index 72345919404..f9ab222169f 100644 --- a/Installation/config/support/test_CORE.C +++ b/Installation/config/support/test_CORE.C @@ -37,7 +37,7 @@ int main() { return 0; } #else -#include "CORE.h" +#include #include int main()