diff options
Diffstat (limited to 'games/billardgl/files/patch-bmp.cpp')
| -rw-r--r-- | games/billardgl/files/patch-bmp.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/billardgl/files/patch-bmp.cpp b/games/billardgl/files/patch-bmp.cpp new file mode 100644 index 000000000000..442c42c38ae8 --- /dev/null +++ b/games/billardgl/files/patch-bmp.cpp @@ -0,0 +1,21 @@ +--- bmp.cpp.orig 2002-04-22 10:31:24 UTC ++++ bmp.cpp +@@ -4,14 +4,16 @@ + // Modified by Volker Blanz, 25.4.2001 + // + +-#include <iostream.h> +-#include <fstream.h> ++#include <iostream> ++#include <fstream> + #include <stdio.h> + #include <string.h> + #include "LA.h" + #include "Namen.h" + #include "bmp.h" + ++using namespace std; ++ + // from ioutil: + + WORDX readWord(FILE *f) { |
