Skip to content

Commit

Permalink
Fix: arduino platform build (#7625)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai132 committed Nov 8, 2022
1 parent 37b1acd commit 4de2814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flatbuffers/base.h
Expand Up @@ -32,7 +32,7 @@
#include <cstdlib>
#include <cstring>

#if defined(ARDUINO) && !defined(ARDUINOSTL_M_H)
#if defined(ARDUINO) && !defined(ARDUINOSTL_M_H) && defined(__AVR__)
#include <utility.h>
#else
#include <utility>
Expand Down

0 comments on commit 4de2814

Please sign in to comment.