Include stdexcept when using logic_error

Signed-off-by: Adam Williamson <awilliam@redhat.com>
develop
Adam Williamson 3 months ago committed by Sebastian Meßmer
parent 4f409953e8
commit 38849c22aa

@ -4,6 +4,7 @@
#include <thread>
#include <cpp-utils/macros.h>
#include <array>
#include <stdexcept>
namespace cpputils {

Loading…
Cancel
Save