diff options
Diffstat (limited to 'llvm/lib/Support/Windows/TimeValue.inc')
-rw-r--r-- | llvm/lib/Support/Windows/TimeValue.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Windows/TimeValue.inc b/llvm/lib/Support/Windows/TimeValue.inc index 96f55797e53..ef1e217feaf 100644 --- a/llvm/lib/Support/Windows/TimeValue.inc +++ b/llvm/lib/Support/Windows/TimeValue.inc @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "Windows.h" +#include <cctype> #include <time.h> namespace llvm { |