Skip to content

Commit

Permalink
nvdaHelperLocal's beeps.cpp: make sure to specifically include <algor…
Browse files Browse the repository at this point in the history
…ithm> so we get std::min and std::max
  • Loading branch information
michaelDCurran committed Aug 20, 2024
1 parent 4772a6f commit 8a7c437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvdaHelper/local/beeps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This license can be found at:
*/
#define _USE_MATH_DEFINES
#include <cmath>
#include <algorithm>
#include "beeps.h"


Expand Down

0 comments on commit 8a7c437

Please sign in to comment.