diff options
Diffstat (limited to 'lang/cpp/src/exception.cpp')
-rw-r--r-- | lang/cpp/src/exception.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/cpp/src/exception.cpp b/lang/cpp/src/exception.cpp index c687024b..cf42f916 100644 --- a/lang/cpp/src/exception.cpp +++ b/lang/cpp/src/exception.cpp @@ -21,6 +21,10 @@ */ // -*- c++ -*- +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + #include "exception.h" #include <gpgme.h> |