Add missing include for r272369

llvm-svn: 272373
This commit is contained in:
Craig Topper 2016-06-10 05:19:42 +00:00
parent 62a6e30eb0
commit 8db9cc42a5

View File

@ -16,6 +16,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/SwapByteOrder.h"
#include <algorithm>
#include <cassert>
#include <cstring>
#include <type_traits>