diff options
Diffstat (limited to 'web/api/formatters/rrd2json.h')
-rw-r--r-- | web/api/formatters/rrd2json.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/api/formatters/rrd2json.h b/web/api/formatters/rrd2json.h index bac6130de..8fce4ef7b 100644 --- a/web/api/formatters/rrd2json.h +++ b/web/api/formatters/rrd2json.h @@ -16,6 +16,8 @@ #include "web/api/formatters/charts2json.h" #include "web/api/formatters/json_wrapper.h" +#include "web/server/web_client.h" + #define HOSTNAME_MAX 1024 #define API_RELATIVE_TIME_MAX (3 * 365 * 86400) |