summaryrefslogtreecommitdiff
path: root/src/codecs/include
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-08-07 18:22:15 +1000
committerjacqueline <me@jacqueline.id.au>2023-08-07 18:22:15 +1000
commitc38754401b95642b5e61fd273c2adf7d76a829fe (patch)
tree2dc23008f6b2b471ce54fbc61d96b7b8c508b0dd /src/codecs/include
parenta66c3428063017f2233b6b15d5ce6c920d5c9095 (diff)
downloadtangara-fw-c38754401b95642b5e61fd273c2adf7d76a829fe.tar.gz
Downscaling working!
Diffstat (limited to 'src/codecs/include')
-rw-r--r--src/codecs/include/codec.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/include/codec.hpp b/src/codecs/include/codec.hpp
index f260aca4..32ebef69 100644
--- a/src/codecs/include/codec.hpp
+++ b/src/codecs/include/codec.hpp
@@ -16,8 +16,8 @@
#include <string>
#include <utility>
-#include "sample.hpp"
#include "result.hpp"
+#include "sample.hpp"
#include "span.hpp"
#include "types.hpp"