Skip to content

Commit

Permalink
fix includes on MacOS MOnterey
Browse files Browse the repository at this point in the history
  • Loading branch information
madronalabs committed Jul 20, 2024
1 parent 721f6d7 commit abf382e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tests/symbolTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// a unit test made using the Catch framework in catch.hpp / tests.cpp.


#include "catch.hpp"
#include "madronalib.h"
#include "testUtils.h"
Expand Down
1 change: 1 addition & 0 deletions source/app/MLSymbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <iostream>
#include <mutex>
#include <vector>
#include <unordered_map>

#include "MLText.h"

Expand Down

0 comments on commit abf382e

Please sign in to comment.