diff options
-rw-r--r-- | lib/dbTypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dbTypes.cpp b/lib/dbTypes.cpp index 7a428ae..c848045 100644 --- a/lib/dbTypes.cpp +++ b/lib/dbTypes.cpp @@ -1,4 +1,5 @@ #include "dbTypes.h" +#include <iostream> // Required else this write::operator() is always recursive namespace std { struct write { |