diff options
-rw-r--r-- | include/llvm/ADT/APInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 25505c836e..c6256ae846 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -21,6 +21,7 @@ #include <cstring> #include <iosfwd> #include <string> +#include <cstring> namespace llvm { class Serializer; |