[libcxx] Fix incorrect #include for std::hash

Reviewed as https://reviews.llvm.org/D54705.
Thanks to Andrey Maksimov for the patch.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2018-11-19 17:40:16 +00:00
parent a320121c4c
commit c8f785547c

View File

@@ -10,7 +10,7 @@
#ifndef EMPLACEABLE_H
#define EMPLACEABLE_H
#include <utility>
#include <functional>
#include "test_macros.h"
#if TEST_STD_VER >= 11