summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/interaction/preventduplicateinteraction.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/interaction/preventduplicateinteraction.cxx b/framework/source/interaction/preventduplicateinteraction.cxx
index 3a91979457ba..02397b2d8b2c 100644
--- a/framework/source/interaction/preventduplicateinteraction.cxx
+++ b/framework/source/interaction/preventduplicateinteraction.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: preventduplicateinteraction.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 14:20:59 $
+ * last change: $Author: obo $ $Date: 2006-09-16 14:02:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_framework.hxx"
+
#include "interaction/preventduplicateinteraction.hxx"
//_________________________________________________________________________________________________________________