Skip to content

Commit c9c4bc9

Browse files
committed
add missing include
1 parent ed67fe0 commit c9c4bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make/compiler_flags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ O ?= 3
106106

107107
## setup includes
108108
INC ?= $(INC_FIRST) -I $(if $(MATH),$(MATH),.) -I $(EIGEN) -I $(BOOST) $(INC_SUNDIALS)
109-
INC_SUNDIALS ?= -I $(SUNDIALS)/include
109+
INC_SUNDIALS ?= -I $(SUNDIALS)/include -I $(SUNDIALS)/src/sundials
110110
INC_GTEST ?= -I $(GTEST)/include -I $(GTEST)
111111

112112
## setup precompiler options

0 commit comments

Comments
 (0)