From: Maxim Mamontov Date: Mon, 21 Mar 2011 11:08:59 +0000 (+0200) Subject: Add cstdlib header to user_impl.cpp (use random() function) X-Git-Tag: 2.407-rc3~140 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/d30add64d1fb2fd48ae5fe991166070684b0865f Add cstdlib header to user_impl.cpp (use random() function) --- diff --git a/projects/stargazer/user_impl.cpp b/projects/stargazer/user_impl.cpp index ed96ffc4..eace1afb 100644 --- a/projects/stargazer/user_impl.cpp +++ b/projects/stargazer/user_impl.cpp @@ -36,6 +36,7 @@ #include // access #include +#include #include "user_impl.h" #include "users.h"