Fix include for standard exceptions.
This commit is contained in:
parent
a65a55db4f
commit
6e30eae31f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <exception>
|
||||
#include <stdexcept>
|
||||
|
||||
class EvaluationException : public std::runtime_error {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in a new issue