From 4bc42281be23e029ddaf042d6a467c91489e8758 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 20 Jul 2015 17:21:27 +0200 Subject: [PATCH] Build fix for Linux refs #9647 --- lib/remote/url.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/url.hpp b/lib/remote/url.hpp index 8e6eab10b..35bc63dde 100644 --- a/lib/remote/url.hpp +++ b/lib/remote/url.hpp @@ -20,7 +20,7 @@ #ifndef URL_H #define URL_H -#include "base/i2-base.hpp" +#include "remote/i2-remote.hpp" #include "base/object.hpp" #include "base/string.hpp" #include "base/value.hpp"