Skip to content

Commit

Permalink
Added an include of ecv_duet3d.h to RingBuffer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed May 6, 2022
1 parent 3fc14f3 commit 87d46d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/General/RingBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifndef SRC_GENERAL_RINGBUFFER_H_
#define SRC_GENERAL_RINGBUFFER_H_

#include <ecv_duet3d.h>
#include <cstdint>
#include <cstddef>
#include <cstring>
Expand Down

0 comments on commit 87d46d7

Please sign in to comment.