Browse Source

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

David Piuva 5 years ago
parent
commit
c4dfb07228
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/DFPSR/base/Buffer.cpp

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

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