PSCF v1.1
Serializable_includes.h
1#ifndef UTIL_SERIALIZABLE_INCLUDES_H
2#define UTIL_SERIALIZABLE_INCLUDES_H
3
4/*
5* Util Package - C++ Utilities for Scientific Computation
6*
7* Copyright 2010 - 2017, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11// The archive types included below must match those declared in
12// Serializable::OArchive and Serializable::IArchive in
13// Serializable.h
14
15#include "Serializable.h"
16#include "BinaryFileOArchive.h"
17#include "BinaryFileIArchive.h"
18
19#endif