Skip to content

Commit

Permalink
Added missing header (#23)
Browse files Browse the repository at this point in the history
Without including <cassert>, compilation will fail on recent versions of macOS
  • Loading branch information
timothyschoen authored and fredemmott committed Dec 30, 2023
1 parent 7274ad4 commit 8d05074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StreamDeckSDK/ESDUtilitiesMac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LICENSE file.
#include "ESDUtilities.h"

#include <mach-o/dyld.h>
#include <cassert>

ESD::filesystem::path ESDUtilities::GetPluginExecutablePath() {
static ESD::filesystem::path sPath;
Expand Down

0 comments on commit 8d05074

Please sign in to comment.