소스 검색

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

legacy
Sam Hocevar sam 14 년 전
부모
커밋
7aac9df337
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      test/math/pi.cpp

+ 3
- 0
test/math/pi.cpp 파일 보기

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


#include <cstdio>

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


using namespace lol; using namespace lol;
using namespace std;


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


불러오는 중...
취소
저장