diff options
| -rw-r--r-- | app/os_exchange_data.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/os_exchange_data.h b/app/os_exchange_data.h index 046c77c..5fcb3d1 100644 --- a/app/os_exchange_data.h +++ b/app/os_exchange_data.h @@ -11,6 +11,8 @@ #include <atlbase.h> #include <objidl.h> #endif + +#include <string> #include <vector> #include "base/basictypes.h" @@ -160,4 +162,4 @@ class OSExchangeData { DISALLOW_COPY_AND_ASSIGN(OSExchangeData); }; -#endif // #ifndef APP_OS_EXCHANGE_DATA_H_ +#endif // APP_OS_EXCHANGE_DATA_H_ |
