summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/binary/boost/library-prologue.hxx
blob: ba0d35f34515d2f7f0162a91ce210afdb679b3a4 (plain)
1
2
3
4
5
6
7
8
9
// Include declarations for the archive types.
//
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>

// Include insertion/extraction operators for fundamental types.
//
#include "boost-archive-insertion.hxx"
#include "boost-archive-extraction.hxx"