From b4a6282e4b5ed541d59331ab9b32faf88c0b6ae5 Mon Sep 17 00:00:00 2001 From: Pawel Bylica Date: Thu, 25 Jun 2015 10:47:08 +0000 Subject: [PATCH] Add missing include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240629 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ADT/APIntTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittests/ADT/APIntTest.cpp b/unittests/ADT/APIntTest.cpp index 098140c50c6..0113ddde532 100644 --- a/unittests/ADT/APIntTest.cpp +++ b/unittests/ADT/APIntTest.cpp @@ -10,6 +10,7 @@ #include "llvm/ADT/APInt.h" #include "llvm/ADT/SmallString.h" #include "gtest/gtest.h" +#include #include using namespace llvm;