Ignore:
Timestamp:
03/31/16 00:34:37 (8 years ago)
Author:
Maciej Komosinski
Message:

emscripten compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/similarity/simil_model.cpp

    r451 r492  
    1313#include "common/nonstd.h"
    1414#include <frams/vm/classes/genoobj.h>
    15 #include <stdlib.h>
     15#ifdef EMSCRIPTEN
     16  #include <cstdlib>
     17#else
     18  #include <stdlib.h>
     19#endif
    1620#include <math.h>
    1721#include <string>
Note: See TracChangeset for help on using the changeset viewer.