--- k8vavoom-git-79ffef1a4.old/source/render/r_model_parse.cpp +++ k8vavoom-git-79ffef1a4/source/render/r_model_parse.cpp @@ -29,6 +29,7 @@ #include "r_local.h" #include "r_local_gz.h" +using namespace std; static VCvarI mdl_verbose_loading("mdl_verbose_loading", "0", "Verbose alias model loading?", CVAR_NoShadow/*|CVAR_Archive*/); static VCvarB r_preload_alias_models("r_preload_alias_models", true, "Preload all alias models and their skins?", CVAR_Archive|CVAR_PreInit|CVAR_NoShadow);