Skip to content

Commit

Permalink
[FIX] Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Sep 25, 2023
1 parent e38709b commit e47373b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ extern "C"
#define SNPRINTF snprintf
#endif

#include <memory>

void H2O_J_ResoudreLeProblemeLineaire(DONNEES_MENSUELLES* DonneesMensuelles, int NumeroDeProbleme)
{
PROBLEME_HYDRAULIQUE& ProblemeHydraulique = DonneesMensuelles->ProblemeHydraulique;
Expand Down
1 change: 0 additions & 1 deletion src/solver/hydro/daily2/h2o2_j_donnees_optimisation.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#ifndef __SOLVER_H2O2_J_STRUCTURE_INTERNE__
#define __SOLVER_H2O2_J_STRUCTURE_INTERNE__

#include "../daily/h2o_j_sys.h"
#include "../daily/h2o_j_donnees_optimisation.h"
#include <antares/study/study.h>
#include <antares/mersenne-twister/mersenne-twister.h>
Expand Down

0 comments on commit e47373b

Please sign in to comment.