diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-01 04:43:13 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-01 04:43:13 +0000 |
commit | febcfe94433498564ef869c7d53c58fbb8b6216e (patch) | |
tree | b5f38fd0b2d05f45dcac076c4ca9437c86b811c1 /TAO/orbsvcs | |
parent | 030991d9851bcb6e231d9611e57aa7cc45b14a84 (diff) | |
download | ATCD-febcfe94433498564ef869c7d53c58fbb8b6216e.tar.gz |
ChangeLogTag:Mon Jan 31 20:42:11 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h index 3d49398a974..d3478f1d0d7 100644 --- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h +++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h @@ -26,9 +26,10 @@ #include "portablegroup_export.h" #include "orbsvcs/PortableGroupS.h" +#include "ace/SStringfwd.h" +#include "ace/Null_Mutex.h" #include "ace/Functor.h" #include "ace/Hash_Map_Manager_T.h" -#include "ace/Null_Mutex.h" /// Forward declarations. |