Skip to content

Commit

Permalink
We need a cstring include here ... (at least for Linux builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Jan 8, 2019
1 parent 7cd47fc commit 494739c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RemoteControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <cstdio>
#include <cassert>
#include <cstring>

const unsigned int BUFFER_LENGTH = 100U;

Expand Down

0 comments on commit 494739c

Please sign in to comment.