From 79f1346359828cf7e8275a13eaf76102bebfed44 Mon Sep 17 00:00:00 2001 From: Girts Folkmanis Date: Sun, 15 Mar 2020 17:43:42 -0700 Subject: [PATCH] underp include paths in lock.h Had the casing wrong, but could get away with it on a mac. --- src/lock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lock.h b/src/lock.h index bffaeee37..77f8af70a 100644 --- a/src/lock.h +++ b/src/lock.h @@ -1,7 +1,7 @@ #pragma once -#include -#include +#include +#include namespace meshtastic {