This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
test: add missing <cstdio> include in pi test program.
legacy
Sam Hocevar
sam
13 years ago
parent
6b80bc9d09
commit
7aac9df337
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
{
Write
Preview
Loading…
Cancel
Save