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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240629 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ADT/APIntTest.cpp

index 098140c50c641570f45d3e4dcb7412b3ba114491..0113ddde532fa06e8e64f576207946676d6e1b26 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;