diff options
author | mark <mark@shotgunsoftware.com> | 2011-06-20 07:30:54 -0400 |
---|---|---|
committer | mark <mark@shotgunsoftware.com> | 2011-06-20 07:30:54 -0400 |
commit | 3c7ebaedcd871d03033651b1ba3f4f2333e7d69b (patch) | |
tree | b0f5534131573630351169def0843d07d4e1fac9 /src/util.cpp | |
parent | 0f9ee792d9831732c567cb8228aa229836dd139a (diff) |
fixes for mac build
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 2c1efc4042..688605ef5c 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -5,6 +5,7 @@ #include "strlcpy.h" #include <boost/program_options/detail/config_file.hpp> #include <boost/program_options/parsers.hpp> +#include <boost/filesystem/operations.hpp> #include <boost/filesystem/fstream.hpp> #include <boost/interprocess/sync/interprocess_mutex.hpp> #include <boost/interprocess/sync/interprocess_recursive_mutex.hpp> |