#! /bin/sh /usr/share/dpatch/dpatch-run ## 30-fix-gcc-4.3-build.dpatch by Cyril Brulebois ## ## DP: include missing headers @DPATCH@ --- a/src/ci_string.h +++ b/src/ci_string.h @@ -8,6 +8,7 @@ #include #include +#include struct ci_char_traits : public std::char_traits { --- a/src/gtkcompletionline.cc +++ b/src/gtkcompletionline.cc @@ -30,6 +30,7 @@ #include #include #include +#include using namespace std; #include "gtkcompletionline.h"