Make header standalone, it uses memset and memcmp.

NFC.

llvm-svn: 233059
This commit is contained in:
Benjamin Kramer 2015-03-24 11:11:05 +00:00
parent 396ce8fbe0
commit e80728cfa2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#define LLVM_CLANG_BASIC_ABI_H
#include "llvm/Support/DataTypes.h"
#include <cstring>
namespace clang {