Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SFZPlayer/SFZSynth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "MIDINoteFrequency.h"
#include <sstream>
#include <stdlib.h>
#include <cstdint>


SFZSynth::SFZSynth(int num_voices)
Expand Down
2 changes: 1 addition & 1 deletion SettingsParser.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "SettingsParser.h"

#include <cstdint>

void SettingsParser::parse(const SettingHandler& handler)
{
Expand Down
1 change: 1 addition & 0 deletions SettingsParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <functional>
#include <map>
#include <sstream>
#include <cstdint>


class SettingsParser {
Expand Down