forgotten includes
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace usql {
|
||||
|
||||
Exception::Exception(std::string msg) : std::runtime_error(msg) {}
|
||||
Exception::Exception(std::string msg) : std::runtime_error(msg) {};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user