Merge pull request #191 from birarda/pairing

add missing header for sscanf and printf
This commit is contained in:
birarda 2013-05-03 13:01:41 -07:00
commit f5bbc981c1

View file

@ -8,6 +8,7 @@
#include <iostream>
#include <vector>
#include <cstdio>
#include <UDPSocket.h>
#include <arpa/inet.h>