mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 07:23:53 +00:00
Add cstring include for Linux.
This commit is contained in:
parent
dad201309c
commit
88af4e606e
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
|||
#include "TFTSerial.h"
|
||||
#include "Log.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
CTFTSerial::CTFTSerial(const std::string& port) :
|
||||
m_serial(port, SERIAL_9600)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue