Ignore:
Timestamp:
02/28/07 19:38:47 (17 years ago)
Author:
mattausch
Message:

removed using namespace std from .h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r2161 r2176  
    55#endif 
    66 
     7#define NOMINMAX 
    78#include <windows.h> 
    89#include <stdio.h> 
     
    1516#include "Preprocessor.h" 
    1617#include "common.h" 
    17  
    1818#include "PreprocessorThread.h" 
    1919#include "ObjExporter.h" 
    2020#include "SceneGraph.h" 
    2121#include "GlobalLinesRenderer.h" 
    22 //#include "PvsDefinitions.h" 
     22 
    2323 
    2424#include "ViewCellsManager.h" 
     
    218218        } 
    219219 
    220         Debug << "using pvs type " << PVS_TYPE << endl; 
     220        //Debug << "using pvs type " << PVS_TYPE << endl; 
    221221 
    222222        ///////////// 
Note: See TracChangeset for help on using the changeset viewer.