aboutsummaryrefslogtreecommitdiff
path: root/cutl/container/graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/container/graph.hxx')
-rw-r--r--cutl/container/graph.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx
index 9244351..e797c22 100644
--- a/cutl/container/graph.hxx
+++ b/cutl/container/graph.hxx
@@ -11,12 +11,14 @@
#include <cutl/exception.hxx>
#include <cutl/shared-ptr.hxx>
+#include <cutl/details/export.hxx>
+
namespace cutl
{
namespace container
{
- struct no_edge: exception {};
- struct no_node: exception {};
+ struct LIBCUTL_EXPORT no_edge: exception {};
+ struct LIBCUTL_EXPORT no_node: exception {};
template <typename N, typename E>
class graph