From 8b77051ecf40f7a3441fe7d2c514912676f8abfe Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Wed, 2 Apr 2014 22:25:56 +0900 Subject: [PATCH] Added missing #ifdef HAVE_CONFIG_H --- taglib/toolkit/tsmartptr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/taglib/toolkit/tsmartptr.h b/taglib/toolkit/tsmartptr.h index c89609f6..f04c5f11 100644 --- a/taglib/toolkit/tsmartptr.h +++ b/taglib/toolkit/tsmartptr.h @@ -28,7 +28,9 @@ // This file is not a part of TagLib public interface. This is not installed. -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif #ifndef DO_NOT_DOCUMENT // Tell Doxygen to skip this class. /*!