aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/path.hxx')
-rw-r--r--cutl/fs/path.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index a79fc5c..f310d55 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -9,11 +9,13 @@
#include <string>
#include <iosfwd>
+#include <cutl/exception.hxx>
+
namespace cutl
{
namespace fs
{
- struct invalid_path: std::exception
+ struct invalid_path: exception
{
virtual char const*
what () const throw ();