blob: b56c876f666dca016adf1bb2c21fe004af1d6ec1 [file] [log] [blame]
Yingdi Yu40cd1c32014-04-17 15:02:17 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2/**
Nick Gordonf8b5bcd2016-08-11 15:06:50 -05003 * Copyright (c) 2014-2016, The University of Memphis,
4 * Regents of the University of California
Yingdi Yu40cd1c32014-04-17 15:02:17 -07005 *
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>