blob: b245e6de9794145aeabb894d9070b1982678c710 [file] [log] [blame]
Yingdi Yu40cd1c32014-04-17 15:02:17 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2/**
3 * Copyright (c) 2014 University of Memphis,
4 * Regents of the University of California
5 *
6 * See COPYING.md for copyright and distribution information.
7 */
8
9// suppress Boost::archive warnings
10#pragma GCC system_header
11#pragma clang system_header
12
13#include <boost/archive/iterators/transform_width.hpp>
14#include <boost/iterator/transform_iterator.hpp>
15#include <boost/archive/iterators/dataflow_exception.hpp>