X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbuildgraph.h;h=9092532e158daa4c6018c54f012e92a4790e4283;hb=d068c62aac1825a0da5619dc4ca50ce3186bc37a;hp=371b5447e2e01291f8e902103a34d3cb12065565;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/buildgraph.h b/source/lib/buildgraph.h index 371b544..9092532 100644 --- a/source/lib/buildgraph.h +++ b/source/lib/buildgraph.h @@ -3,6 +3,7 @@ #include #include +#include "libbuilder_api.h" class Builder; class Target; @@ -10,7 +11,7 @@ class Target; /** Manages a graph of targets. */ -class BuildGraph +class LIBBUILDER_API BuildGraph { private: Builder &builder;