Mercurial > defical
comparison defical-c/src/includes.h @ 0:ebed2bd0d300
Initial import from svn. History be damned.
author | Edho P. Arief <me@myconan.net> |
---|---|
date | Fri, 02 Apr 2010 23:11:57 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ebed2bd0d300 |
---|---|
1 #ifndef INCLUDED | |
2 #define INCLUDED | |
3 #ifdef _MSC_VER | |
4 #include "msvc/stdint.h" | |
5 #else | |
6 #include <stdint.h> | |
7 #include <omp.h> | |
8 #endif | |
9 #include <string> | |
10 #include <sstream> | |
11 #include <vector> | |
12 #include "basic/inefficient.h" | |
13 #endif |