Skip to content

Commit

Permalink
Add #include<cstring> to allow std::memset on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bibaev committed Jan 31, 2019
1 parent d513934 commit 9c9519e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <jvmti.h>
#include <sstream>
#include <cstring>
#include <vector>
#include "utils.h"
#include "log.h"
Expand Down

0 comments on commit 9c9519e

Please sign in to comment.