From 19d0eb2adcda31d9919bca8fef98cb1871b4ce54 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Sep 2010 19:01:49 +0200 Subject: Add automake and VC++ builds (meta-build) --- cutl/container/graph.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cutl/container/graph.hxx') 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 #include +#include + 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 class graph -- cgit v1.1