diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:35 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:35 +0000 |
| commit | 6012fe9abb1f01b1b5b4ca908464804c21ff8602 (patch) | |
| tree | a5232179237d9aaa3a03f9c783974fc5f09716c6 /test/std/containers/Emplaceable.h | |
| parent | 315d10f09ee888005b1da55e7bbb57d8a79b8447 (diff) | |
Notes
Diffstat (limited to 'test/std/containers/Emplaceable.h')
| -rw-r--r-- | test/std/containers/Emplaceable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/containers/Emplaceable.h b/test/std/containers/Emplaceable.h index 331a81ff311f8..04b1f85435845 100644 --- a/test/std/containers/Emplaceable.h +++ b/test/std/containers/Emplaceable.h @@ -10,7 +10,7 @@ #ifndef EMPLACEABLE_H #define EMPLACEABLE_H -#include <utility> +#include <functional> #include "test_macros.h" #if TEST_STD_VER >= 11 |
