Merge pull request #26 from mrothe/patch-1

Revert "Fix missing include".
This commit is contained in:
Richard Newton 2013-07-17 05:42:00 -07:00
commit 495eba101c

View File

@ -32,7 +32,6 @@
#include <cstring>
#include <string>
#include <exception>
#include <string>
// Detect whether the compiler supports C++11 rvalue references.
#if (defined(__GNUC__) && (__GNUC__ > 4 || \