ソースを参照

test: add missing <cstdio> include in pi test program.

legacy
Sam Hocevar sam 13年前
コミット
7aac9df337
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      test/math/pi.cpp

+ 3
- 0
test/math/pi.cpp ファイルの表示

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

#include <cstdio>

#include "core.h"

using namespace lol;
using namespace std;

int main(int argc, char **argv)
{


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