ソースを参照

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

missing includes.
legacy
Sam Hocevar sam 13年前
コミット
2beb5d7b8c
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/real.cpp

+ 3
- 0
src/real.cpp ファイルの表示

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

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

#include "core.h"



読み込み中…
キャンセル
保存