d70ee3fa27
- Add LICENSE - Add desktop entry file - Support staging PR: pors/184815 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
8 lines
207 B
C++
8 lines
207 B
C++
--- src/classes/optFileWriter.cc.orig
|
|
+++ src/classes/optFileWriter.cc
|
|
@@ -1,4 +1,5 @@
|
|
#include "optFileWriter.h"
|
|
+#include <cstdlib>
|
|
|
|
|
|
optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) {
|