ML Reference
MeVis/Foundation/Sources/MLUtilities/mlSystemIncludes.h File Reference

This file includes many important files from the system, makes correct adaptions for some platforms and disables boring and unproductive warnings. More...

#include "mlSystemWarningsDisable.h"
#include <basetsd.h>
#include <float.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <cmath>
#include <string>
#include <list>
#include <set>
#include <map>
#include <deque>
#include <utility>
#include <valarray>
#include <vector>
#include <time.h>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <fstream>
#include "mlSystemWarningsRestore.h"

Go to the source code of this file.


Detailed Description

This file includes many important files from the system, makes correct adaptions for some platforms and disables boring and unproductive warnings.

It is designed to be independent from any ML or mlUtils stuff and does not need to link to any ML or mlUtils binary.

Author:
Wolf Spindler
Date:
05/2003

Definition in file mlSystemIncludes.h.