mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-21 17:42:11 +01:00
std::runtime_error and std::logic_error require the <stdexcept> header file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user