Skip to content

Instantly share code, notes, and snippets.

@giraldeau
Created May 6, 2016 16:49
Show Gist options
  • Select an option

  • Save giraldeau/a0ec4f844727570eb210151599141d72 to your computer and use it in GitHub Desktop.

Select an option

Save giraldeau/a0ec4f844727570eb210151599141d72 to your computer and use it in GitHub Desktop.
Fix engine_config.hpp include for external program
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