/[PAMELA software]/YodaProfiler/inc/stdafx.h
ViewVC logotype

Contents of /YodaProfiler/inc/stdafx.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Oct 17 15:20:01 2006 UTC (19 years, 2 months ago) by mocchiut
Branch: MAIN
File MIME type: text/plain
Added TLE filling, minor bugs fixed

1 //
2 // stdafx.h
3 //
4 #pragma once
5
6 //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
7 #include <stdio.h>
8 //#include <tchar.h>
9
10 #include <string>
11 #include <map>
12 #include <vector>
13 #include <algorithm>
14 #include <assert.h>
15
16 using namespace std;

  ViewVC Help
Powered by ViewVC 1.1.23