Fixed missing includes

This commit is contained in:
Ingo Ruhnke 2011-01-13 22:45:34 +01:00
parent 1aefe93923
commit b81003cbbd
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <iostream>
#include <math.h>
#include <string.h>
#include <stdio.h>
std::ostream& operator<<(std::ostream& out, struct usb_device* dev)
{

View file

@ -1,3 +1,4 @@
#include <stdio.h>
#include <string.h>
#include <boost/format.hpp>
#include <signal.h>