aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-11 22:25:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-11 22:25:39 +0300
commit7a6c15e8ff135fc6b22b09038454d007da9642f4 (patch)
treef7a4454c2e1cd0c528e92c5b0f9017263d48cba9 /bdep/types.hxx
parent4a9790b9d8262f44bd42bfe9af0860873725b32b (diff)
Make get-related functions to take minimum supported version as an argument
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index a9adee6..0c13639 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -28,6 +28,7 @@
#include <libbutl/optional.mxx>
#include <libbutl/fdstream.mxx>
#include <libbutl/small-vector.mxx>
+#include <libbutl/standard-version.mxx>
namespace bdep
{
@@ -109,6 +110,10 @@ namespace bdep
using butl::ofdstream;
using butl::fdopen_mode;
using butl::fdstream_mode;
+
+ // <libbutl/standard-version.mxx>
+ //
+ using butl::standard_version;
}
// In order to be found (via ADL) these have to be either in std:: or in