Skip to content

Commit

Permalink
Add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Feb 28, 2019
1 parent d213e53 commit bb03a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/cores/coreX-corefiles/api/Print.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <inttypes.h>
#include <stdio.h> // for size_t

#include <stdarg.h>
#include "String.h"
#include "Printable.h"

Expand Down

0 comments on commit bb03a82

Please sign in to comment.