std::runtime_error and std::logic_error require the <stdexcept> header file

This commit is contained in:
Kosta 2014-02-11 13:39:27 +01:00
parent 448133c014
commit c3af4b0ebf

View File

@ -23,11 +23,11 @@
#undef CLICHE_TBC_TEXT_FORMAT_OUTER_NAMESPACE
#include <algorithm>
#include <exception>
#include <map>
#include <memory>
#include <string>
#include <stdexcept>
#include <vector>
#include <map>
// Use optional outer namespace
#ifdef CLICHE_CLARA_OUTER_NAMESPACE