#ifndef _EXECUTABLE_HPP_ #define _EXECUTABLE_HPP_ #include extern boost::filesystem::path get_executable_path(void); extern boost::filesystem::path get_executable_directory(void); #endif