$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: steven_at_[hidden]
Date: 2007-08-29 12:48:41
Author: steven_watanabe
Date: 2007-08-29 12:48:40 EDT (Wed, 29 Aug 2007)
New Revision: 39054
URL: http://svn.boost.org/trac/boost/changeset/39054
Log:
Add missing #include
Text files modified: 
   sandbox/units/boost/units/systems/other/non_si_units.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/units/boost/units/systems/other/non_si_units.hpp
==============================================================================
--- sandbox/units/boost/units/systems/other/non_si_units.hpp	(original)
+++ sandbox/units/boost/units/systems/other/non_si_units.hpp	2007-08-29 12:48:40 EDT (Wed, 29 Aug 2007)
@@ -22,6 +22,7 @@
 #include <boost/units/systems/si/time.hpp>
 #include <boost/units/systems/si/velocity.hpp>
 #include <boost/units/systems/si/volume.hpp>
+#include <boost/units/systems/si/force.hpp>
 
 #define BOOST_UNITS_NON_SI_UNIT(name, factor, unit, id)                     \
 namespace boost {                                                           \