Add missing include

This commit is contained in:
Lars Toenning 2022-03-27 12:56:49 +02:00 committed by James Turner
parent 718b09d7c3
commit b01e8f51f1

View File

@ -18,6 +18,8 @@
#ifndef SGMisc_H
#define SGMisc_H
#include <cmath>
template<typename T>
class SGMisc {
public: