Fix missing include
@ -31,6 +31,7 @@
#include <cassert>
#include <cstring>
#include <exception>
#include <string>
// Detect whether the compiler supports C++11 rvalue references.
#if (defined(__GNUC__) && (__GNUC__ > 4 || \
The note is not visible to the blocked user.