Fixup 7ee39bfc1a (include was added to the wrong file)

This commit is contained in:
Charles Dang 2017-10-29 13:56:28 +11:00
parent 3e16df795e
commit d78ed1c36d
2 changed files with 1 additions and 2 deletions

View file

@ -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 + ':'

View file

@ -22,6 +22,7 @@
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <limits>
#include <math.h> // cmath may not provide round()
#include <vector>