Compiles on linux

feature/19
Daniel Warner 2011-05-20 21:18:03 +00:00
parent 495c793d34
commit 6f3e72c902
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CC=g++ CC=g++
AR=ar AR=ar
CFLAGS=-c -Wall -O2 CFLAGS=-c -Wall -O2 -pedantic -ansi
LDFLAGS= LDFLAGS=
SOURCES=CoordGeodetic.cpp \ SOURCES=CoordGeodetic.cpp \

View File

@ -5,6 +5,7 @@
#include <cmath> #include <cmath>
#include <iomanip> #include <iomanip>
#include <cstring>
SGP4::SGP4(void) { SGP4::SGP4(void) {