Index: trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h
===================================================================
--- trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h	(revision 10529)
+++ trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit.h	(revision 10533)
@@ -17,4 +17,5 @@
 #include "t_prn.h"
 #include "bncutils.h"
+#include "bits.h"
 
 enum IGS_NUMBERS {
@@ -406,5 +407,4 @@
   virtual CodeType    rnxTypeToCodeType(char system, std::string type) = 0;
 
-//#ifndef NOENCODE
 #define STOREBITS \
   while(numbits >= 8) { \
@@ -447,4 +447,5 @@
 
 #define SCALEADDBITS(a, b, c) ADDBITS(a, (int64_t)(c > 0 ? b*c+0.5 : b*c-0.5))
+
 #define MPI         3.141592653589793
 
@@ -665,6 +666,4 @@
 #define G_VTEC_QUALITY_INDICATOR(a)      GETSSRFLOAT     (a, 9, 1/20.0)          /* DF478, IDF041 */
 
-//#endif /* NODECODE */
-
 };
 
