Skip to content

Commit

Permalink
Include PrintStream.hpp in MIDI_MessageTypes.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Sep 3, 2023
1 parent 58573c1 commit 5acdb1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/MIDI_Parsers/MIDI_MessageTypes.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#include <AH/Arduino-Wrapper.h> // Print
#include <AH/STL/cstddef> // size_t
#include <AH/Arduino-Wrapper.h> // Print
#include <AH/PrintStream/PrintStream.hpp> // operator<<
#include <AH/STL/cstddef> // size_t
#include <AH/STL/vector>
#include <AH/Settings/Warnings.hpp>
#include <Settings/NamespaceSettings.hpp>
Expand Down

0 comments on commit 5acdb1c

Please sign in to comment.