Selaa lähdekoodia

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

legacy
Sam Hocevar sam 13 vuotta sitten
vanhempi
commit
7aac9df337
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      test/math/pi.cpp

+ 3
- 0
test/math/pi.cpp Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna