Ignore:
Timestamp:
01/16/08 22:52:29 (16 years ago)
Author:
bittner
Message:

sse disabled for hr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/common.h

    r2588 r2603  
    1919#include <iostream> 
    2020#include <fstream> 
     21#include <string> 
    2122#include <limits.h> 
    22  
     23#include <vector> 
    2324 
    2425 
     
    489490strdup(char *a); 
    490491 
     492std::string 
     493ReplaceSuffix(const std::string &filename, const std::string &a, const std::string &b); 
     494 
     495 
     496int 
     497SplitFilenames(const std::string &str, std::vector<std::string> &filenames); 
     498 
    491499bool 
    492500FileExists(char *filename); 
     
    511519StripPath(const char *s); 
    512520} 
     521 
    513522 
    514523 
Note: See TracChangeset for help on using the changeset viewer.