[libcxx] Fix incorrect #include for std::hash
authorLouis Dionne <ldionne@apple.com>
Mon, 19 Nov 2018 17:40:16 +0000 (17:40 +0000)
committerLouis Dionne <ldionne@apple.com>
Mon, 19 Nov 2018 17:40:16 +0000 (17:40 +0000)
Reviewed as https://reviews.llvm.org/D54705.
Thanks to Andrey Maksimov for the patch.

llvm-svn: 347233

libcxx/test/std/containers/Emplaceable.h

index 331a81f..04b1f85 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef EMPLACEABLE_H
 #define EMPLACEABLE_H
 
-#include <utility>
+#include <functional>
 #include "test_macros.h"
 
 #if TEST_STD_VER >= 11