X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FSupport%2FFileOutputBufferTest.cpp;h=aec3524bb4a75842629f1cf7758d9f4549357b7c;hp=2ce9e71f8527ef779e404df5d84074a406040499;hb=5c792faa0e5560bc148c973f3df658eb3bb2061e;hpb=7418e1f4bd5a4bda32af18f46ff2837221d12d5c diff --git a/unittests/Support/FileOutputBufferTest.cpp b/unittests/Support/FileOutputBufferTest.cpp index 2ce9e71f852..aec3524bb4a 100644 --- a/unittests/Support/FileOutputBufferTest.cpp +++ b/unittests/Support/FileOutputBufferTest.cpp @@ -16,6 +16,7 @@ using namespace llvm; using namespace llvm::sys; +using std::error_code; #define ASSERT_NO_ERROR(x) \ if (error_code ASSERT_NO_ERROR_ec = x) { \