diff options
Diffstat (limited to 'TAO/tao/MProfile.h')
-rw-r--r-- | TAO/tao/MProfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/MProfile.h b/TAO/tao/MProfile.h index 6e0a7b81a4a..3daad306b72 100644 --- a/TAO/tao/MProfile.h +++ b/TAO/tao/MProfile.h @@ -20,6 +20,9 @@ #ifndef TAO_MPROFILE_H #define TAO_MPROFILE_H +#include "tao/corbafwd.h" + +class TAO_Profile; typedef TAO_Profile * TAO_Profile_ptr; // @@ Fred, please don't create global typedefs that aren't prefixed // by TAO_. |