Skip to content

Commit ca147ea

Browse files
committed
Add missing limits and cmath includes
1 parent fda3c59 commit ca147ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

library/src/backend/host/host_ruiz_scaling.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
#include <algorithm>
2828
#include <assert.h>
29+
#include <cmath>
2930
#include <iostream>
31+
#include <limits>
3032

3133
#include "host_ruiz_scaling.h"
3234

0 commit comments

Comments
 (0)