projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e967dd0
)
Add missing <array> include.
author
Pawel Bylica
<chfast@gmail.com>
Thu, 25 Jun 2015 10:47:08 +0000
(10:47 +0000)
committer
Pawel Bylica
<chfast@gmail.com>
Thu, 25 Jun 2015 10:47:08 +0000
(10:47 +0000)
llvm-svn: 240629
llvm/unittests/ADT/APIntTest.cpp
patch
|
blob
|
history
diff --git
a/llvm/unittests/ADT/APIntTest.cpp
b/llvm/unittests/ADT/APIntTest.cpp
index
098140c
..
0113ddd
100644
(file)
--- a/
llvm/unittests/ADT/APIntTest.cpp
+++ b/
llvm/unittests/ADT/APIntTest.cpp
@@
-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;