|
From: <rum...@us...> - 2008-07-10 09:50:13
|
Revision: 280
http://gearbox.svn.sourceforge.net/gearbox/?rev=280&view=rev
Author: rumataxyz
Date: 2008-07-10 02:50:14 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
added include for limits.h, to get CHAR_BIT
Modified Paths:
--------------
gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp
Modified: gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp
===================================================================
--- gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp 2008-07-10 09:42:52 UTC (rev 279)
+++ gearbox/trunk/submitted/gbxnovatelacfr/driver.cpp 2008-07-10 09:50:14 UTC (rev 280)
@@ -22,12 +22,14 @@
#include <iostream>
#include <iomanip>
#include <sstream>
+#include <vector>
+
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <math.h>
#include <errno.h>
-#include <vector>
+#include <limits.h>
#include <sys/time.h>
#include <time.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|