diff options
Diffstat (limited to 'cpp/include/Ice/LocalObjectF.h')
-rw-r--r-- | cpp/include/Ice/LocalObjectF.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/include/Ice/LocalObjectF.h b/cpp/include/Ice/LocalObjectF.h index 0d1bcd5c704..a6be07fdefd 100644 --- a/cpp/include/Ice/LocalObjectF.h +++ b/cpp/include/Ice/LocalObjectF.h @@ -13,7 +13,12 @@ #include <Ice/Handle.h> -namespace Ice { class LocalObject; } +namespace Ice +{ + +class LocalObject; + +} namespace IceInternal { |