Skip to content

Commit

Permalink
common : fix MSVC math include
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Feb 8, 2023
1 parent 8315941 commit 5ac3326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/common.cpp
Expand Up @@ -5,6 +5,7 @@
#define DR_WAV_IMPLEMENTATION
#include "dr_wav.h"

#define _USE_MATH_DEFINES
#include <cmath>
#include <regex>

Expand Down

0 comments on commit 5ac3326

Please sign in to comment.