From 7311a5b9b9dba67864264135d134aff4b6bac94e Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 15 Dec 2015 22:51:37 +0100 Subject: [PATCH] Changed: Include limits --- code/ryzom/common/src/game_share/persistent_data_template.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/common/src/game_share/persistent_data_template.h b/code/ryzom/common/src/game_share/persistent_data_template.h index 0115febef..ce5cd485c 100644 --- a/code/ryzom/common/src/game_share/persistent_data_template.h +++ b/code/ryzom/common/src/game_share/persistent_data_template.h @@ -119,6 +119,8 @@ STRUCT_VECT - 'i' is the vector index during all read and write operations */ +#include + #ifndef PERSISTENT_CLASS #error PERSISTENT_CLASS not defined #endif