[Genabel-commits] r1760 - pkg/filevector/fvlib
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 2 07:31:19 CEST 2014
Author: maksim
Date: 2014-07-02 07:31:19 +0200 (Wed, 02 Jul 2014)
New Revision: 1760
Modified:
pkg/filevector/fvlib/CastUtils.h
Log:
Constants was not declared here
Modified: pkg/filevector/fvlib/CastUtils.h
===================================================================
--- pkg/filevector/fvlib/CastUtils.h 2014-07-01 04:47:21 UTC (rev 1759)
+++ pkg/filevector/fvlib/CastUtils.h 2014-07-02 05:31:19 UTC (rev 1760)
@@ -1,6 +1,9 @@
#ifndef __CastUtils__
#define __CastUtils__
+#include "const.h"
+
+
// these copy-pastes are for template support
void setNan(unsigned short int &i);
void setNan(short int &i);
More information about the Genabel-commits
mailing list