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 "DeviceIkea.h"
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <bitset>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// #include "StdAfx.h"
|
||||
#include "DeviceNexa.h"
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
#include <bitset>
|
||||
#include <iostream>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string.h>
|
||||
|
||||
void handleException(std::exception e);
|
||||
using namespace std;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <iostream>
|
||||
#include <fcntl.h>
|
||||
#include <termios.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* Send message to the USB dongle
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "../DeviceWaveman.h"
|
||||
#include "../DeviceSartano.h"
|
||||
#include "../DeviceIkea.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* Get the requested device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue