Ignore:
Timestamp:
06/13/15 18:02:17 (10 years ago)
Author:
epyon
Message:
  • clang/gcc fixes
  • removed aligned array, usage of alignas should work now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md5_loader.cc

    r399 r401  
    1010#include "nv/stl/vector.hh"
    1111#include "nv/io/std_stream.hh"
     12
     13#include <stdio.h>  // sscanf
     14#include <stdlib.h> // atof
    1215
    1316using namespace nv;
Note: See TracChangeset for help on using the changeset viewer.