diff --git a/test/lp_test.cc b/test/lp_test.cc --- a/test/lp_test.cc +++ b/test/lp_test.cc @@ -26,19 +26,19 @@ #endif #ifdef HAVE_GLPK -#include +#include #endif #ifdef HAVE_CPLEX -#include +#include #endif #ifdef HAVE_SOPLEX -#include +#include #endif #ifdef HAVE_CLP -#include +#include #endif using namespace lemon;