File sfftobmp-gcc43.diff of Package sfftobmp
Index: sfftobmp3.1.1/src/input.cpp
===================================================================
--- sfftobmp3.1.1.orig/src/input.cpp
+++ sfftobmp3.1.1/src/input.cpp
@@ -38,6 +38,7 @@
#include <vector>
#include <iostream>
+#include <cstring>
#include "sfftypes.h"
#include "common.h"
Index: sfftobmp3.1.1/src/output.cpp
===================================================================
--- sfftobmp3.1.1.orig/src/output.cpp
+++ sfftobmp3.1.1/src/output.cpp
@@ -39,6 +39,7 @@
#include <cassert>
#include <iostream>
+#include <cstring>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/convenience.hpp>