Skip to content

Commit

Permalink
Add more includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Apr 24, 2024
1 parent fb3a04a commit a019330
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/ioh/problem.hpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#pragma once

#include "problem/bbob.hpp"
#include "problem/bbob.hpp"
#include "problem/dynamic_bin_val.hpp"
#include "problem/pbo.hpp"
#include "problem/pbo.hpp"
#include "problem/transformation.hpp"
#include "problem/cec.hpp"
#include "problem/problem.hpp"
#include "problem/single.hpp"
#include "problem/submodular.hpp"
#include "problem/wmodel.hpp"
#include "problem/wrap_function.hpp"
#include "problem/bbob.hpp"
#include "problem/pbo.hpp"
#include "problem/wmodel.hpp"
#include "problem/submodular.hpp"

#ifdef USING_MKLANDSCAPE
#include "problem/mklandscape/cliqueTreeC.hpp"
Expand Down

0 comments on commit a019330

Please sign in to comment.