Browse Source

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

legacy
Sam Hocevar sam 13 years ago
parent
commit
7aac9df337
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      test/math/pi.cpp

+ 3
- 0
test/math/pi.cpp View File

@@ -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…
Cancel
Save