aboutsummaryrefslogtreecommitdiff
path: root/include/Dependency.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Dependency.hpp')
-rw-r--r--include/Dependency.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Dependency.hpp b/include/Dependency.hpp
index 7c8bbf1..0381625 100644
--- a/include/Dependency.hpp
+++ b/include/Dependency.hpp
@@ -3,6 +3,7 @@
#include <string>
#include <cassert>
+#include "Version.hpp";
namespace sibs
{
@@ -45,7 +46,7 @@ namespace sibs
}
std::string name;
- std::string version;
+ PackageVersionRange version;
};
class GitDependency : public Dependency