Added #include <string.h> to a lot of files

This commit is contained in:
Micke Prag 2008-07-10 09:23:13 +00:00
parent c93df293e2
commit 57e74dd496
5 changed files with 39 additions and 37 deletions

View file

@ -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;

View file

@ -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>

View file

@ -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;

View file

@ -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

View file

@ -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