From 41b23ca2f5c5e5f0d15f68ec0ba5041ee2fdf5df Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 17 Aug 2019 10:36:38 +0200 Subject: [PATCH] fix compilation on non-osx --- gps.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/gps.hh b/gps.hh index 516da11..0540ed6 100644 --- a/gps.hh +++ b/gps.hh @@ -1,4 +1,5 @@ #pragma once +#include #include #include #include "bits.hh"