Yingdi Yu | 40cd1c3 | 2014-04-17 15:02:17 -0700 | [diff] [blame^] | 1 | /* -*- 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> |