Browse Source

repaired compiliation in windows

Bernhard 13 years ago
parent
commit
d00b7e5587
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/MarlinSerial.cpp

+ 1
- 0
Marlin/MarlinSerial.cpp View File

@@ -24,6 +24,7 @@
24 24
 #include <stdio.h>
25 25
 #include <string.h>
26 26
 #include <inttypes.h>
27
+#include <math.h>
27 28
 #include "wiring.h"
28 29
 #include "wiring_private.h"
29 30
 

Loading…
Cancel
Save