Skip to content

Commit d4da6e3

Browse files
committed
More cmath and algo
1 parent 54a4e19 commit d4da6e3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Src/DasherCore/ClickFilter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "ClickFilter.h"
22
#include "DasherInterfaceBase.h"
3+
#include <algorithm>
34

45
using namespace Dasher;
56

Src/DasherCore/DasherModel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "NodeCreationManager.h"
2525
#include <cmath>
2626
#include <cstdint>
27+
#include <algorithm>
2728

2829
using namespace Dasher;
2930

Src/DasherCore/DynamicFilter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include "DasherInterfaceBase.h"
2222
#include "DynamicFilter.h"
23+
#include <algorithm>
2324

2425
using namespace Dasher;
2526

Src/DasherCore/LanguageModelling/CTWLanguageModel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <cstddef>
2828
#include <cstring>
2929
#include <cstdint>
30+
#include <cmath>
3031
#include "HashTable.h"
3132

3233
using namespace Dasher;

0 commit comments

Comments
 (0)