Skip to content

Commit 7442792

Browse files
committed
- Fix for errorext.cpp (was missing include stdlib.h).
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5161 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 808ffb4 commit 7442792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/runtime/errorext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <queue>
3434
#include <stack>
3535
#include <list>
36+
#include <stdlib.h>
3637
#include <utility>
3738

3839
using namespace std;

0 commit comments

Comments
 (0)