Add missing <array> include.
authorPawel Bylica <chfast@gmail.com>
Thu, 25 Jun 2015 10:47:08 +0000 (10:47 +0000)
committerPawel Bylica <chfast@gmail.com>
Thu, 25 Jun 2015 10:47:08 +0000 (10:47 +0000)
llvm-svn: 240629

llvm/unittests/ADT/APIntTest.cpp

index 098140c..0113ddd 100644 (file)
@@ -10,6 +10,7 @@
 #include "llvm/ADT/APInt.h"
 #include "llvm/ADT/SmallString.h"
 #include "gtest/gtest.h"
+#include <array>
 #include <ostream>
 
 using namespace llvm;