From be62ee4a8567deb8679d413c8342e30114058d0c Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Thu, 6 Jun 2013 21:57:04 -0700 Subject: Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12356) --- src/extension/internal/vsd-input.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/extension/internal/vsd-input.h') diff --git a/src/extension/internal/vsd-input.h b/src/extension/internal/vsd-input.h index acc52debf..3414e0ec9 100644 --- a/src/extension/internal/vsd-input.h +++ b/src/extension/internal/vsd-input.h @@ -19,6 +19,10 @@ #ifdef WITH_LIBVISIO +#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H +#include +#endif + #include #include "../implementation/implementation.h" -- cgit v1.2.3