diff options
Diffstat (limited to 'src/handle_dep.h')
-rw-r--r-- | src/handle_dep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/handle_dep.h b/src/handle_dep.h index 1074a64..7e70b3d 100644 --- a/src/handle_dep.h +++ b/src/handle_dep.h @@ -2,8 +2,9 @@ #define HANDLE_DEP_H_ #include <string> +#include <boost/optional.hpp> -extern const char *make_command; +extern boost::optional<std::string> make_command; void handle_dep(const std::string &filename); bool write_deps(const std::string &filename, const std::string &output_file); |