Skip to content

Commit

Permalink
Add required include for strlen.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jan 17, 2023
1 parent 5237c5e commit 7cbb949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/register/RegisterBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include "RegisterBase.h"

#include <cstring>

#undef max
#undef min
#include <algorithm>
Expand Down

0 comments on commit 7cbb949

Please sign in to comment.