Skip to content

Commit

Permalink
rev: add NGEN_WITH_PYTHON guard to ForcingsEngineDataProvider.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jul 1, 2024
1 parent a2e4ad6 commit c53584a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/forcing/ForcingsEngineDataProvider.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#pragma once

#include <NGenConfig.h>

#if NGEN_WITH_PYTHON

#include <cmath>
#include <chrono>
#include <memory>
Expand Down Expand Up @@ -211,3 +215,5 @@ struct ForcingsEngineDataProvider
};

} // namespace data_access

#endif // NGEN_WITH_PYTHON

0 comments on commit c53584a

Please sign in to comment.