From 6f3e72c902362debda133c70f125f52c82dc5a41 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Fri, 20 May 2011 21:18:03 +0000 Subject: [PATCH] Compiles on linux --- Makefile | 2 +- SGP4.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b5fc7c..8ec7cd0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=g++ AR=ar -CFLAGS=-c -Wall -O2 +CFLAGS=-c -Wall -O2 -pedantic -ansi LDFLAGS= SOURCES=CoordGeodetic.cpp \ diff --git a/SGP4.cpp b/SGP4.cpp index e26cf5d..3f66b90 100644 --- a/SGP4.cpp +++ b/SGP4.cpp @@ -5,6 +5,7 @@ #include #include +#include SGP4::SGP4(void) {