[libcxx] r267958 - Add proper include for unique_ptr. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 17:37:56 PDT 2016
Author: ericwf
Date: Thu Apr 28 19:37:56 2016
New Revision: 267958
URL: http://llvm.org/viewvc/llvm-project?rev=267958&view=rev
Log:
Add proper include for unique_ptr. Patch from STL at microsoft.com
Modified:
libcxx/trunk/test/std/utilities/meta/meta.rel/is_callable.pass.cpp
Modified: libcxx/trunk/test/std/utilities/meta/meta.rel/is_callable.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/meta/meta.rel/is_callable.pass.cpp?rev=267958&r1=267957&r2=267958&view=diff
==============================================================================
--- libcxx/trunk/test/std/utilities/meta/meta.rel/is_callable.pass.cpp (original)
+++ libcxx/trunk/test/std/utilities/meta/meta.rel/is_callable.pass.cpp Thu Apr 28 19:37:56 2016
@@ -18,6 +18,7 @@
#include <type_traits>
#include <functional>
+#include <memory>
#include "test_macros.h"
More information about the cfe-commits
mailing list