aboutsummaryrefslogtreecommitdiff
path: root/src/formula.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/formula.cpp')
-rw-r--r--src/formula.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/formula.cpp b/src/formula.cpp
index cf63cf3..a7673b3 100644
--- a/src/formula.cpp
+++ b/src/formula.cpp
@@ -1,4 +1,5 @@
1#include "formula.h" 1#include "formula.h"
2#include <stdlib.h>
2 3
3subExceptionDef( ParseException ); 4subExceptionDef( ParseException );
4 5