2
0
Эх сурвалжийг харах

Made compilation work on GCC 10 by including the C standard library, which is no longer implicit.

David Piuva 5 жил өмнө
parent
commit
c4dfb07228

+ 1 - 0
Source/DFPSR/base/Buffer.cpp

@@ -22,6 +22,7 @@
 //    distribution.
 //    distribution.
 
 
 #include "Buffer.h"
 #include "Buffer.h"
+#include <cstdlib>
 #include "../math/scalar.h"
 #include "../math/scalar.h"
 
 
 using namespace dsr;
 using namespace dsr;