mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
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;
|
|
|