From 5a3cac4964f0df9ffc12de86f959e00267eac71c Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Thu, 19 Dec 2002 20:36:40 +0000 Subject: [PATCH] linux compilation fix svn path=/trunk/boinc/; revision=779 --- tools/country_select.C | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/country_select.C b/tools/country_select.C index e49f8a2e38..1b73c25fc6 100644 --- a/tools/country_select.C +++ b/tools/country_select.C @@ -18,6 +18,7 @@ // #include +#include #include "countries.h"