Added missing header

This commit is contained in:
Ingo Ruhnke 2008-05-06 12:40:44 +02:00
parent cd17ff44a1
commit 0e3e276882

View file

@ -19,6 +19,7 @@
#include <usb.h>
#include <boost/format.hpp>
#include <iostream>
#include <string.h>
std::ostream& operator<<(std::ostream& out, struct usb_device* dev)
{