From 52d5807b5bf1d04342db95383566de4580cf50b2 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 27 Jun 2014 18:15:15 -0400 Subject: Added missing includes --- location.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'location.h') diff --git a/location.h b/location.h index ed9e4ff..c772e06 100644 --- a/location.h +++ b/location.h @@ -1,4 +1,5 @@ -/* provide the GTNW with some geographical data to draw the missiles */ +#include +/* provide the GTNW with some geographical data to draw the missiles with */ enum player_t { USA=1, USSR }; struct location_t { const char* name; -- cgit v1.1