Ignore:
Timestamp:
May 1, 2008, 2:49:31 PM (16 years ago)
Author:
dai_9181
Message:

Hashmapクラスをjengaプロジェクトに移動。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp

    r519 r520  
     1#pragma warning(disable : 4996)
     2
    13#include <string>
    24#include <vector>
     
    1416//boost libraries
    1517#include <boost/foreach.hpp>
    16 
    17 #include <jenga/include/jenga.h>
    18 
    19 #include "../common.h"
    2018
    2119#include <boost/archive/xml_oarchive.hpp>
     
    3331#include <boost/serialization/is_abstract.hpp>
    3432
    35 #include <BoostSerializationSupport.h>
     33#include <jenga/include/jenga.h>
     34
     35#include "../common.h"
    3636
    3737using namespace Jenga::Common;
Note: See TracChangeset for help on using the changeset viewer.