fix simple compile error in test/IXTest.h

This commit is contained in:
Benjamin Sergeant 2019-01-07 18:08:11 -08:00
parent 7f9bef3b8d
commit 6c54b07d92

View File

@ -10,6 +10,7 @@
#include <vector>
#include <sstream>
#include <iostream>
#include <mutex>
namespace ix
{