From f43c6b433d35c315262fbdacd2cdada26f235920 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Mon, 1 Nov 2021 15:36:27 +0100 Subject: [PATCH] Document what the include of type_traits is used for Co-authored-by: Niels Lohmann --- include/nlohmann/detail/json_custom_base_class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/detail/json_custom_base_class.hpp b/include/nlohmann/detail/json_custom_base_class.hpp index 3d13903d9..0f1fbfd1f 100644 --- a/include/nlohmann/detail/json_custom_base_class.hpp +++ b/include/nlohmann/detail/json_custom_base_class.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include // conditional, is_same namespace nlohmann {