summaryrefslogtreecommitdiff
path: root/src/drivers/include/haptics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/include/haptics.hpp')
-rw-r--r--src/drivers/include/haptics.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/include/haptics.hpp b/src/drivers/include/haptics.hpp
index dfafa2eb..6cfcbb0d 100644
--- a/src/drivers/include/haptics.hpp
+++ b/src/drivers/include/haptics.hpp
@@ -6,10 +6,11 @@
#pragma once
-#include <stdint.h>
+#include <cstdint>
#include <initializer_list>
#include <mutex>
#include <optional>
+#include <string>
namespace drivers {