|
|
|
@ -8,6 +8,8 @@ |
|
|
|
// ------------------------------------------------------------------------------------------- //
|
|
|
|
// ------------------------------------------------------------------------------------------- //
|
|
|
|
#pragma once |
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(__cplusplus_cli) |
|
|
|
|
|
|
|
|
|
|
|
#include <string> |
|
|
|
#include <string> |
|
|
|
#include <ostream> |
|
|
|
#include <ostream> |
|
|
|
#include <vcclr.h> |
|
|
|
#include <vcclr.h> |
|
|
|
@ -291,3 +293,5 @@ namespace msclr { |
|
|
|
}; |
|
|
|
}; |
|
|
|
} |
|
|
|
} |
|
|
|
} // namespace msclr
|
|
|
|
} // namespace msclr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|