#ifndef _EXECUTABLE_HPP_ #define _EXECUTABLE_HPP_ #include <boost/filesystem.hpp> extern boost::filesystem::path get_executable_path(void); extern boost::filesystem::path get_executable_directory(void); #endif