瀏覽代碼

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

David Piuva 5 年之前
父節點
當前提交
c4dfb07228
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;