Skip to content

Commit 8898c8f

Browse files
author
Jens Frenkel
committed
- bugfix for MinGW (undef ref to assert)
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent f370a08 commit 8898c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c_runtime/simulation_modelinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <stdio.h>
3333
#include <string.h>
3434
#include <time.h>
35+
#include "assert.h"
3536
#include <simulation_runtime.h>
3637

3738
static void indent(FILE *fout, int n) {

0 commit comments

Comments
 (0)