wisk / medusa

An open source interactive disassembler
Other
1.04k stars 92 forks source link

core: fix unique_path compilation bug #16

Closed ivan-kulikov-dev closed 9 years ago

wisk commented 9 years ago

LGTM :) but could you add the missing include in .cpp files instead of .hpp files?

wisk commented 9 years ago

Tell me if I'm wrong but since boost::filesystem::unique_path is only used in cpp files, the #include <boost/filesystem/operations.hpp> doesn't require to be in hpp files. Plus it'd avoid to rebuild all files which depends on hpp files.