X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fbuildgraph.h;h=9092532e158daa4c6018c54f012e92a4790e4283;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=371b5447e2e01291f8e902103a34d3cb12065565;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;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;