Fixed missing includes
This commit is contained in:
parent
1aefe93923
commit
b81003cbbd
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <boost/format.hpp>
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Reference in a new issue