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

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)
{


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