source: dev/trunk/ab5.0/abdev/compiler-impl/stdafx.h@ 829

Last change on this file since 829 was 829, checked in by イグトランス (egtra), 12 years ago

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=Shift_JIS
File size: 360 bytes
Line 
1#pragma once
2
3#include <windows.h>
4#include <shlobj.h>
5
6#include <tchar.h>
7
8#include <string>
9#include <vector>
10
11#include <boost/range.hpp>
12#include <boost/range/algorithm.hpp>
13#include <boost/serialization/serialization.hpp>
14#include <boost/serialization/nvp.hpp>
15#include <boost/serialization/export.hpp>
16
17#include <jenga/include/jenga.h>
18
19#include "libs.h"
Note: See TracBrowser for help on using the repository browser.