Add missing include needed for std::bad_cast in LexicalCast.h

This commit is contained in:
David Schwartz
2014-11-07 15:18:01 -08:00
committed by Vinnie Falco
parent 878070084e
commit ef57b3954c

View File

@@ -28,7 +28,7 @@
#include <limits>
#include <string>
#include <utility>
#include <typeinfo>
#include <iostream>
namespace beast {