missing header <stdexcept>

This commit is contained in:
galik 2015-09-21 22:51:46 +01:00
parent 3d033a3ec9
commit cb068d80cd

View File

@ -17,6 +17,7 @@
#pragma once
#include <exception>
#include <stdexcept>
namespace Guide
{