Mercurial > defical
view 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 |
line wrap: on
line source
#ifndef INCLUDED #define INCLUDED #ifdef _MSC_VER #include "msvc/stdint.h" #else #include <stdint.h> #include <omp.h> #endif #include <string> #include <sstream> #include <vector> #include "basic/inefficient.h" #endif