Created
May 6, 2016 16:49
-
-
Save giraldeau/a0ec4f844727570eb210151599141d72 to your computer and use it in GitHub Desktop.
Fix engine_config.hpp include for external program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/include/engine/engine_config.hpp b/include/engine/engine_config.hpp | |
| index eb62719..1696876 100644 | |
| --- a/include/engine/engine_config.hpp | |
| +++ b/include/engine/engine_config.hpp | |
| @@ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
| #ifndef ENGINE_CONFIG_HPP | |
| #define ENGINE_CONFIG_HPP | |
| -#include "storage/storage_config.hpp" | |
| +#include "../storage/storage_config.hpp" | |
| #include <boost/filesystem/path.hpp> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment