From 2ac383717e05089fd6ba6e3a6e5affe78594e239 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 18 Dec 2017 00:43:15 +0000 Subject: [PATCH] Missing include for arch. --- src/lib/cross.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 454fe044c..171b224ca 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -44,6 +44,7 @@ #include #endif #include +#include #include "i18n.h" -- 2.30.2