Ignore:
Timestamp:
Apr 28, 2008, 7:28:47 PM (16 years ago)
Author:
dai_9181
Message:

NamespaceScopes、NamespaceScopesCollectionクラスをab_commonプロジェクトに移動した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/stdafx.h

    r477 r505  
    2121//boost libraries
    2222#include <boost/foreach.hpp>
     23#include <boost/serialization/serialization.hpp>
     24#include <boost/serialization/nvp.hpp>
     25#include <boost/serialization/export.hpp>
    2326
    2427#include <jenga/include/common/CmdLine.h>
     
    2932
    3033#include <abdev/ab_common/Environment.h>
     34#include <abdev/ab_common/include/Namespace.h>
     35
     36using namespace ActiveBasic::Common::Lexical;
    3137
    3238#include "../BasicCompiler_Common/common.h"
Note: See TracChangeset for help on using the changeset viewer.