From a71704263560521e40659fd92315411018efb3a3 Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 14 Oct 1998 21:45:15 +0000 Subject: . --- ace/Auto_Ptr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ace/Auto_Ptr.h') diff --git a/ace/Auto_Ptr.h b/ace/Auto_Ptr.h index 5ac032a2fb7..54bd64e32a8 100644 --- a/ace/Auto_Ptr.h +++ b/ace/Auto_Ptr.h @@ -20,6 +20,10 @@ #include "ace/ACE.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + template class ACE_Auto_Basic_Ptr { -- cgit v1.2.1