Added #include <string.h> to a lot of files
This commit is contained in:
parent
c93df293e2
commit
57e74dd496
5 changed files with 39 additions and 37 deletions
|
@ -1,10 +1,10 @@
|
||||||
// #include "StdAfx.h" //Needed?
|
// #include "StdAfx.h" //Needed?
|
||||||
#include "DeviceIkea.h"
|
#include "DeviceIkea.h"
|
||||||
#include <string>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// #include "StdAfx.h"
|
// #include "StdAfx.h"
|
||||||
#include "DeviceNexa.h"
|
#include "DeviceNexa.h"
|
||||||
#include <string>
|
#include <string.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
void handleException(std::exception e);
|
void handleException(std::exception e);
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Send message to the USB dongle
|
* Send message to the USB dongle
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#include "../DeviceWaveman.h"
|
#include "../DeviceWaveman.h"
|
||||||
#include "../DeviceSartano.h"
|
#include "../DeviceSartano.h"
|
||||||
#include "../DeviceIkea.h"
|
#include "../DeviceIkea.h"
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get the requested device
|
* Get the requested device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue