Fixup 7ee39bfc1a
(include was added to the wrong file)
This commit is contained in:
parent
3e16df795e
commit
d78ed1c36d
2 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,6 @@
|
|||
#include "utils/functional.hpp"
|
||||
#include "utils/math.hpp"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__
|
||||
#define LOG_HEADER LOG_SCOPE_HEADER + ':'
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <cmath>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <limits>
|
||||
#include <math.h> // cmath may not provide round()
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Reference in a new issue