Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-03-29 20:57:11 +0300
committerbubnikv <bubnikv@gmail.com>2017-03-29 20:57:11 +0300
commitb60ae4745f0c95dd6f8a5960b9827e3d1b4e0b42 (patch)
tree5da27a071c5c7caf7ffbd0cb930e16b7becefd3c
parent3e347c33dc8093c72786d68e76f658acce91e134 (diff)
Fixed missing #include<assert.h>
-rw-r--r--xs/src/admesh/stlinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/admesh/stlinit.c b/xs/src/admesh/stlinit.c
index 77b7f9fe5..6efb40ea5 100644
--- a/xs/src/admesh/stlinit.c
+++ b/xs/src/admesh/stlinit.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
+#include <assert.h>
#include "stl.h"