Fix include for standard exceptions.

This commit is contained in:
Torsten Paul 2016-01-08 14:17:28 +01:00
parent a65a55db4f
commit 6e30eae31f

View file

@ -1,6 +1,6 @@
#pragma once
#include <exception>
#include <stdexcept>
class EvaluationException : public std::runtime_error {
public: