Added #include <osg/Export> simply to include the #pragma's for disabling the

daft VisualStudio warnings.
This commit is contained in:
Robert Osfield
2003-01-15 20:53:27 +00:00
parent e0074d7c44
commit 0e6b3b68bd

View File

@@ -57,6 +57,9 @@
#ifndef TRISTRIP_TRI_STRIPPER_H
#define TRISTRIP_TRI_STRIPPER_H
// include this to supress daft VisualStudio warnings.
#include <osg/Export>
#include <algorithm>
#include <deque>
#include <list>