Ignore:
Timestamp:
Mar 20, 2011, 3:12:17 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

Jenga/common/String.hに対するテストを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/jenga/include/common/Hashmap.h

    r816 r818  
    1 #pragma once
     1#include <stdexcept>
    22#include <unordered_set>
    33#include <boost/range/algorithm.hpp>
     
    55#include <boost/iterator/transform_iterator.hpp>
    66#include <boost/cast.hpp>
     7#include <boost/serialization/serialization.hpp>
     8#include <boost/serialization/split_member.hpp>
     9
     10#pragma once
     11
    712
    813namespace Jenga{
Note: See TracChangeset for help on using the changeset viewer.