diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-04-27 11:52:11 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-04-27 11:52:11 +0200 |
commit | 763d469362032d801ffd1b16d84b3fb4e424e1d2 (patch) | |
tree | 3d6a95e95ecac8a42e73154c5c0d65497233f0c2 | |
parent | 9717c710aa0ff35b7f7d0da521b6abd8d50257ad (diff) |
memset undeclared fix
-rw-r--r-- | randino.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/randino.cpp b/randino.cpp index be5e0f3..2b53402 100644 --- a/randino.cpp +++ b/randino.cpp @@ -2,6 +2,7 @@ #include <fstream> #include <sstream> #include <vector> +#include <cstring> #include <sys/time.h> #define S (5) |