rayzor

diff src/stl/vector.h @ 12:d94a69933a71

lots of stuff, can't remember
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 12 Apr 2014 23:28:24 +0300
parents 70e332156d02
children 5380ff64e83f
line diff
     1.1 --- a/src/stl/vector.h	Thu Apr 10 08:42:33 2014 +0300
     1.2 +++ b/src/stl/vector.h	Sat Apr 12 23:28:24 2014 +0300
     1.3 @@ -2,6 +2,8 @@
     1.4  #ifndef VECTOR_H_
     1.5  #define VECTOR_H_
     1.6  
     1.7 +#include <stdlib.h>
     1.8 +
     1.9  template <class T>
    1.10  class vector {
    1.11  private: