aboutsummaryrefslogtreecommitdiffstats
path: root/vmodels/vt_temperature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmodels/vt_temperature.hpp')
-rw-r--r--vmodels/vt_temperature.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmodels/vt_temperature.hpp b/vmodels/vt_temperature.hpp
index 0778794..4a72f88 100644
--- a/vmodels/vt_temperature.hpp
+++ b/vmodels/vt_temperature.hpp
@@ -53,7 +53,9 @@ public:
std::string do_get_information()const
{
+#ifdef WITH_OPT_DOC
#include <model_doc/vt_temperature.info>
+#endif
return "";
}
};