gcode-optimizer
gcode-optimizer copied to clipboard
Fix for gcc compilation
This software can be compiled under GNU/Linux (and other OSs, I suppose) with gcc, provided that this change is made (otherwise a compile-time error is returned).
Also, for gcc compilation, the option -std=gnu++11 must be specified in the command line.