diff options
Diffstat (limited to 'base/debug_util_posix.cc')
-rw-r--r-- | base/debug_util_posix.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc index 2a80b09..7e74aef 100644 --- a/base/debug_util_posix.cc +++ b/base/debug_util_posix.cc @@ -13,6 +13,7 @@ #include <sys/types.h> #include <unistd.h> +#include <string> #include <vector> #if defined(__GLIBCXX__) |