From e813db16fd7335ba104031563e7aa0aeb1a5e37c Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Wed, 27 Jul 2016 14:04:04 -0700 Subject: [PATCH] Touch: Missing #include. --- firmware/application/touch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/application/touch.cpp b/firmware/application/touch.cpp index 2e01803e9..b9a8b8cba 100644 --- a/firmware/application/touch.cpp +++ b/firmware/application/touch.cpp @@ -21,6 +21,8 @@ #include "touch.hpp" +#include "utility.hpp" + namespace touch { Metrics calculate_metrics(const Frame& frame) {