diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 04:02:39 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 04:02:39 (GMT) |
commit | d656f556b85fb25903d5f18c6a9557d6ed0e6f7d (patch) | |
tree | dc28c5a2ee8fbad8fd1480a2f67a0e9fe5298f14 /src/handle_dep.cc | |
parent | aa2c67d24925a8b9465d5a908662091b705cf7cc (diff) |
debugging failed test: throwntogethertest polygons
Diffstat (limited to 'src/handle_dep.cc')
-rw-r--r-- | src/handle_dep.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/handle_dep.cc b/src/handle_dep.cc index 2d6f3ff..0bebb70 100644 --- a/src/handle_dep.cc +++ b/src/handle_dep.cc @@ -8,8 +8,10 @@ #include <boost/filesystem.hpp> namespace fs = boost::filesystem; #include "boosty.h" +#include <set> -boost::unordered_set<std::string> dependencies; +//boost::unordered_set<std::string> dependencies; +std::set<std::string> dependencies; const char *make_command = NULL; void handle_dep(const std::string &filename) |