diff options
-rw-r--r-- | include/llvm/System/Path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 00e4ea3af0..2266349105 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -19,6 +19,7 @@ #include <string> #include <vector> #include <iosfwd> +#include <cstring> namespace llvm { namespace sys { |