From 5758e0315f9d27007575293760db6d389c2f4162 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 23 May 2021 02:56:37 +0300 Subject: device: separate high-priority thread for interacting with hw --- src/inverterd.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inverterd.cc') diff --git a/src/inverterd.cc b/src/inverterd.cc index 3373c54..ac1d6fd 100644 --- a/src/inverterd.cc +++ b/src/inverterd.cc @@ -6,8 +6,9 @@ #include #include #include +#include -#include "numeric_types.h" +#include "types.h" #include "common.h" #include "voltronic/device.h" #include "voltronic/exceptions.h" -- cgit v1.2.3