diff options
Diffstat (limited to 'cs/demo/Ice/nested/NestedServer.cs')
-rwxr-xr-x | cs/demo/Ice/nested/NestedServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cs/demo/Ice/nested/NestedServer.cs b/cs/demo/Ice/nested/NestedServer.cs index 94377194e4a..33dfc216ac5 100755 --- a/cs/demo/Ice/nested/NestedServer.cs +++ b/cs/demo/Ice/nested/NestedServer.cs @@ -7,6 +7,7 @@ // // ********************************************************************** +using Demo; class NestedServer : Ice.Application { |