Added missing vector serializatin declaration. (#11)

May not be minimal.

Wow, thanks for the fast turnaround, appreciate the help.
This commit is contained in:
Alain Miniussi
2016-11-01 01:49:49 +01:00
committed by K. Noel Belcourt
parent 314a10cc63
commit f97c909f5c
11 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include <boost/test/minimal.hpp>
#include <vector>
#include <string>
#include <boost/serialization/vector.hpp>
#include <boost/serialization/string.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/lexical_cast.hpp>