Преглед изворни кода

core: placement new requires #include <new>, fixing that and a few other

missing includes.
legacy
Sam Hocevar sam пре 14 година
родитељ
комит
2beb5d7b8c
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      src/real.cpp

+ 3
- 0
src/real.cpp Прегледај датотеку

@@ -12,8 +12,11 @@
# include "config.h" # include "config.h"
#endif #endif


#include <new>
#include <cstring> #include <cstring>
#include <cstdio> #include <cstdio>
#include <cstdlib>
#include <cmath>


#include "core.h" #include "core.h"




Loading…
Откажи
Сачувај