Просмотр исходного кода

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

legacy
Sam Hocevar sam 13 лет назад
Родитель
Сommit
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)
{


Загрузка…
Отмена
Сохранить