summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Borland/pch.h')
-rw-r--r--TAO/examples/Borland/pch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/examples/Borland/pch.h b/TAO/examples/Borland/pch.h
new file mode 100644
index 00000000000..b890766880e
--- /dev/null
+++ b/TAO/examples/Borland/pch.h
@@ -0,0 +1,8 @@
+// $Id$
+#ifndef INCLUDE_PCH_H
+#define INCLUDE_PCH_H
+
+#include "ace/config-all.h"
+#include "tao/corbafwd.h"
+
+#endif