Skip to content

Commit

Permalink
Fixed case-sensitive #include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Koval committed Jul 15, 2016
1 parent 6264328 commit b97478a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aikido/src/planner/mintos/MinTOS.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <aikido/planner/mintos/MinTOS.hpp>
#include <aikido/util/StepSequence.hpp>
#include <mintos/MinTOS.h>
#include <mintos/Mintos.h>

namespace aikido {
namespace planner {
Expand Down

0 comments on commit b97478a

Please sign in to comment.