Add missing import

This commit is contained in:
Kumi 2017-12-28 20:51:19 +01:00
parent 084594c3d8
commit 5f7dce39ed
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <vector>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <iostream>
template<class Key, class T> class SwappedMap {
private: