blob: 26eccbd3db1de10eff42814f691e798c834608b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.1 2004/07/26 23:38:19 wiz Exp $
--- src/gpsdrivegarble.cpp 2004/07/22 11:30:57 1.1
+++ src/gpsdrivegarble.cpp 2004/07/22 11:31:15
@@ -64,6 +64,7 @@
#include <iostream>
#include <string>
#include <cstdlib>
+#include <cassert>
// #include <ctime>
using namespace std;
|