Skip to content

Commit

Permalink
Add cstring include for Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jan 14, 2016
1 parent dad2013 commit 88af4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TFTSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "TFTSerial.h"
#include "Log.h"

#include <cstring>

CTFTSerial::CTFTSerial(const std::string& port) :
m_serial(port, SERIAL_9600)
{
Expand Down

0 comments on commit 88af4e6

Please sign in to comment.