summaryrefslogtreecommitdiff
path: root/src/cbor/include/cbor_encoder.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-23 17:21:56 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-23 17:21:56 +1100
commit71a4f5166f5491dc0982a18d62c63e28b3a52faa (patch)
treebb46e4a26e50e3d1e77cb6a572e1bc5ebbbf1d0b /src/cbor/include/cbor_encoder.hpp
parenta7df2855889055976956a58d2a36f23626371ee9 (diff)
downloadtangara-fw-71a4f5166f5491dc0982a18d62c63e28b3a52faa.tar.gz
Start on a couple of include issues
Diffstat (limited to 'src/cbor/include/cbor_encoder.hpp')
-rw-r--r--src/cbor/include/cbor_encoder.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cbor/include/cbor_encoder.hpp b/src/cbor/include/cbor_encoder.hpp
index 9479a3b6..8f5214f6 100644
--- a/src/cbor/include/cbor_encoder.hpp
+++ b/src/cbor/include/cbor_encoder.hpp
@@ -1,7 +1,9 @@
#pragma once
#include <cstdint>
-#include "esp-idf/components/cbor/tinycbor/src/cbor.h"
+
+#include "cbor.h"
+
namespace cbor {
class Encoder {