Browse Source

Add missing cmath include to transline_calculation_base.h

pull/18/head
JamesJCode 5 months ago
parent
commit
eb717d9d86
  1. 1
      common/transline_calculations/transline_calculation_base.h

1
common/transline_calculations/transline_calculation_base.h

@ -21,6 +21,7 @@
#define TRANSLINE_CALCULATIONS_TRANSLINE_CALCULATION_BASE_H
#include <cmath>
#include <unordered_map>

Loading…
Cancel
Save