Skip to content

Commit

Permalink
Add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Oct 18, 2023
1 parent 6e2ac9e commit 3be3a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/FMI.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extern "C" {

#include <stdbool.h>
#include <stddef.h>
#include <stdarg.h>

#ifndef FMI_MAX_MESSAGE_LENGTH
#define FMI_MAX_MESSAGE_LENGTH 4096
Expand Down

0 comments on commit 3be3a31

Please sign in to comment.