include/easylocal/observers/moverunnerobserver.hh references an include with wrong case

Issue #3 new
Stephen Woodbridge created an issue

I trying to update the QueensEL example to work with easylocal-3 and in the parallel branch I had to make this change:

diff --git a/include/easylocal/observers/moverunnerobserver.hh b/include/easyloc
index 55ae9f5..848bfe6 100644
--- a/include/easylocal/observers/moverunnerobserver.hh
+++ b/include/easylocal/observers/moverunnerobserver.hh
@@ -1,7 +1,7 @@
 #if !defined(_MOVE_RUNNER_OBSERVER_HH_)
 #define _MOVE_RUNNER_OBSERVER_HH_

-#include "easylocal/runners/MoveRunner.hh"
+#include "easylocal/runners/moverunner.hh"
 #include <chrono>
 #include <iostream>

@@ -48,4 +48,4 @@ namespace EasyLocal {
 }


-#endif
\ No newline at end of file
+#endif

Comments (0)

  1. Log in to comment