d8f1c4f58c
- Fix patch files to reflect 'make makepatch'
12 lines
218 B
Text
12 lines
218 B
Text
--- block/block.ih.orig 2013-06-23 18:13:49 UTC
|
|
+++ block/block.ih
|
|
@@ -5,6 +5,8 @@
|
|
#include <iterator>
|
|
#include <limits>
|
|
|
|
-using namespace std;
|
|
+#include <bobcat/a2x>
|
|
|
|
+using namespace std;
|
|
+using namespace FBB;
|
|
|