From ca56ba632738b32d8d4f2f937b5df3fc1ea75e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 2 Jul 2020 10:14:34 +0200 Subject: [PATCH] [ion] Fix include --- ion/src/simulator/shared/dummy/haptics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/simulator/shared/dummy/haptics.cpp b/ion/src/simulator/shared/dummy/haptics.cpp index d0010df7d..1d148beb1 100644 --- a/ion/src/simulator/shared/dummy/haptics.cpp +++ b/ion/src/simulator/shared/dummy/haptics.cpp @@ -1,4 +1,4 @@ -#include "haptics.h" +#include "../haptics.h" namespace Ion { namespace Simulator {