Skip to content

Commit

Permalink
Fix API_client.h
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 31, 2024
1 parent 3787ea6 commit 8d19736
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/api_client_example/src/API_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

#pragma once

#include <antares/api/solver.h>
#include <antares/api/SimulationResults.h>
#include <antares/api/solver.h>

Antares::API::SimulationResults solve(std::filesystem::path study_path);
Antares::API::SimulationResults solve(std::filesystem::path study_path,
std::filesystem::path output);

0 comments on commit 8d19736

Please sign in to comment.