Index: gnucap-0.35/src/ap.h =================================================================== --- gnucap-0.35.orig/src/ap.h +++ gnucap-0.35/src/ap.h @@ -24,6 +24,7 @@ //testing=script,sparse 2006.07.17 #ifndef AP_H #define AP_H +#include #include "md.h" /*--------------------------------------------------------------------------*/ enum AP_MOD{ Index: gnucap-0.35/src/ap_construct.cc =================================================================== --- gnucap-0.35.orig/src/ap_construct.cc +++ gnucap-0.35/src/ap_construct.cc @@ -22,6 +22,7 @@ * construction, copy, etc. */ //testing=script,sparse 2006.07.17 +#include #include "ap.h" /*--------------------------------------------------------------------------*/ CS::CS(CS_FILE, const std::string& name, int i)