util/Manual: add missing include <utility>

This commit is contained in:
Max Kellermann 2013-08-06 22:34:17 +02:00
parent 132971f8eb
commit 66f678023f
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "gcc.h"
#include <new>
#include <utility>
#if !defined(__clang__) && __GNUC__ && !GCC_CHECK_VERSION(4,8)
#include <type_traits>