summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb_win32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/fusb_win32.cc')
-rw-r--r--usrp/host/lib/fusb_win32.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/lib/fusb_win32.cc b/usrp/host/lib/fusb_win32.cc
index 8900576d9..8c218534b 100644
--- a/usrp/host/lib/fusb_win32.cc
+++ b/usrp/host/lib/fusb_win32.cc
@@ -29,6 +29,7 @@
#include <assert.h>
#include <stdexcept>
#include <string.h>
+#include <cstdio>
static const int MAX_BLOCK_SIZE = fusb_sysconfig::max_block_size();
static const int DEFAULT_BLOCK_SIZE = MAX_BLOCK_SIZE;