Skip to content

Commit

Permalink
Merge pull request supercollider#6487 from capital-G/clang-15-support
Browse files Browse the repository at this point in the history
Include cassert import for clang 15
  • Loading branch information
mtmccrea authored Sep 16, 2024
2 parents 0cec549 + f4b532a commit 4e006ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/SC_Filesystem_macos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# include "SC_Filesystem.hpp"

# include <filesystem> // path, parent_path(), canonical, current_path()
# include <cassert>

// system includes
# include <Foundation/NSAutoreleasePool.h>
Expand Down

0 comments on commit 4e006ca

Please sign in to comment.