summaryrefslogtreecommitdiff
path: root/ace/String_Base_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/String_Base_Const.h')
-rw-r--r--ace/String_Base_Const.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/String_Base_Const.h b/ace/String_Base_Const.h
index d6f796ae8c6..d0dd5b744a1 100644
--- a/ace/String_Base_Const.h
+++ b/ace/String_Base_Const.h
@@ -16,6 +16,7 @@
#include "ace/pre.h"
#include "ace/ACE_export.h"
+#include "ace/Basic_Types.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -31,7 +32,7 @@
class ACE_Export ACE_String_Base_Const
{
public:
- static int npos;
+ static ssize_t npos;
};
#include "ace/post.h"