Skip to content

Commit

Permalink
Added missing header & type
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Sep 6, 2024
1 parent d13cb44 commit 61e9a77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/drivers/CVodeMem.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#pragma once

#include <sundials/sundials_types.h>

#ifndef realtype
#define realtype sunrealtype
#endif

namespace ePhotosynthesis {
namespace drivers {

Expand Down

0 comments on commit 61e9a77

Please sign in to comment.