Ignore:
Timestamp:
Sep 24, 2008, 2:02:16 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

BOOST_FOREACHを可能なものはVC++ 2005 for eachへ置換(やや速くなる)。

File:
1 edited

Legend:

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

    r701 r750  
    66#include <fstream>
    77#include <iostream>
     8#include <algorithm>
    89
    910#include <windows.h>
     
    1112#include <string.h>
    1213#include <math.h>
    13 #include <commctrl.h>
    1414#include <time.h>
    1515#include <limits.h>
    1616#include <shlobj.h>
    17 #include <process.h>
    18 #include <fcntl.h>
    19 #include <io.h>
    2017
    2118//boost libraries
     
    2825
    2926#include "include/ab_common.h"
    30 
Note: See TracChangeset for help on using the changeset viewer.