Index: /OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp (revision 10040)
+++ /OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp (revision 10079)
@@ -10,7 +10,7 @@
 
 #include "typedefs.h"
-
 #include "vertexData.h"
 #include "ply.h"
+
 #include <cstdlib>
 #include <algorithm>
@@ -250,5 +250,7 @@
                 // Check all color elements read or not
                 if( hasColors && !ignoreColors )
+                {
                     MESHASSERT( _colors->size() == static_cast< size_t >( nElems ) );
+                }
             }
             catch( exception& e )
Index: /OpenSceneGraph/trunk/src/osgPlugins/ply/ply.h
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/ply/ply.h (revision 10014)
+++ /OpenSceneGraph/trunk/src/osgPlugins/ply/ply.h (revision 10079)
@@ -33,4 +33,7 @@
 #ifndef __PLY_H__
 #define __PLY_H__
+
+// include to quieten down silly VS warnings
+#include <osg/Export>
 
 #ifdef __cplusplus
