From 94b04d166c1041028571222b9931121b0f7dfded Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 May 2017 23:31:10 +0300 Subject: Implement brep-clean --- clean/options-types.hxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 clean/options-types.hxx (limited to 'clean/options-types.hxx') diff --git a/clean/options-types.hxx b/clean/options-types.hxx new file mode 100644 index 0000000..183c0df --- /dev/null +++ b/clean/options-types.hxx @@ -0,0 +1,18 @@ +// file : clean/options-types.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef CLEAN_OPTIONS_TYPES_HXX +#define CLEAN_OPTIONS_TYPES_HXX + +#include + +#include +#include + +namespace brep +{ + struct toolchain_timeouts: std::map {}; +} + +#endif // CLEAN_OPTIONS_TYPES_HXX -- cgit v1.1