Fix missing includes

This commit is contained in:
2025-02-07 21:49:06 +01:00
parent 7396ceed54
commit be607e8a2e
2 changed files with 7 additions and 4 deletions

View File

@ -205,6 +205,7 @@ class singlePhotonDetector : public analogDetector<uint16_t> {
virtual singlePhotonDetector* Copy() {
return new singlePhotonDetector(*this); // Calls the copy constructor
}
/** sets/gets number of rms threshold to detect photons
\param n number of sigma to be set (0 or negative gets)