diff --git a/slsSupportLib/include/sls_detector_defs.h b/slsSupportLib/include/sls_detector_defs.h index 5e6823adf..54a260fd1 100755 --- a/slsSupportLib/include/sls_detector_defs.h +++ b/slsSupportLib/include/sls_detector_defs.h @@ -211,6 +211,8 @@ class slsDetectorDefs { struct xy { int x{0}; int y{0}; + xy() = default; + xy(int x, int y):x(x),y(y){}; }; #endif