From 3ccb3adb9a14783f6bef601506de9f8bcae22d51 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Fri, 13 Jan 2023 17:40:03 -0800 Subject: Fix a boatload of #includes Most of these missing includes were found by running clang-tidy on all files, including headers. The existing scripts just run clang-tidy on source files, which doesn't catch most of these. Tested: Code compiles Signed-off-by: Ed Tanous Change-Id: Ic741fbb2cc9e5e92955fd5a1b778a482830e80e8 --- include/vm_websocket.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vm_websocket.hpp') diff --git a/include/vm_websocket.hpp b/include/vm_websocket.hpp index 1d3bf96c4c..188bcf2ad3 100644 --- a/include/vm_websocket.hpp +++ b/include/vm_websocket.hpp @@ -1,6 +1,7 @@ #pragma once -#include +#include "app.hpp" + #include #include #include -- cgit v1.2.3