Changeset 522 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include/logger.h
- Timestamp:
- May 1, 2008, 10:50:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/logger.h
r520 r522 1 1 #pragma once 2 2 3 #include <iomanip>4 #include <ios>//streamsize5 #include <streambuf>//basic_streambuf6 #include <string>//char_traits, basic_string7 #include <tchar.h>//char_traits, basic_string8 #include <sstream>9 #include <fstream>10 11 #include <tchar.h>12 #include <stdarg.h>13 14 3 #define STDX_DSTREAM_BUFFERING 15 16 17 using namespace std;18 4 19 5 namespace Jenga{
Note:
See TracChangeset
for help on using the changeset viewer.