git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add variables initialization
[stg.git]
/
projects
/
stargazer
/
user_impl.cpp
diff --git
a/projects/stargazer/user_impl.cpp
b/projects/stargazer/user_impl.cpp
index ed96ffc426da55a9398c56dfc5ec7cb61698232d..eace1afb41e433d4caa6c99a73a272830cf32260 100644
(file)
--- a/
projects/stargazer/user_impl.cpp
+++ b/
projects/stargazer/user_impl.cpp
@@
-36,6
+36,7
@@
#include <unistd.h> // access
#include <cassert>
#include <unistd.h> // access
#include <cassert>
+#include <cstdlib>
#include "user_impl.h"
#include "users.h"
#include "user_impl.h"
#include "users.h"