Changeset 1336

Show
Ignore:
Timestamp:
11/06/07 16:47:12 (1 year ago)
Author:
glslang
Message:

+ compilation fix

Location:
trunk/src/openobjectlib/plugins/wavefront
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/openobjectlib/plugins/wavefront/obj.cpp

    r1316 r1336  
    66// For more information, see http://www.openlibraries.org. 
    77 
    8 #include <openobjectlib/plugins/obj/obj_plugin.hpp> 
     8#include <openobjectlib/plugins/wavefront/obj_plugin.hpp> 
    99 
    1010namespace opl = olib::openpluginlib; 
  • trunk/src/openobjectlib/plugins/wavefront/obj_plugin.cpp

    r1316 r1336  
    2222#include <openobjectlib/sg/meshes.hpp> 
    2323 
    24 #include <openobjectlib/plugins/obj/obj_plugin.hpp> 
    25 #include <openobjectlib/plugins/obj/spirit.hpp> 
     24#include <openobjectlib/plugins/wavefront/obj_plugin.hpp> 
     25#include <openobjectlib/plugins/wavefront/spirit.hpp> 
    2626 
    2727namespace fs            = boost::filesystem;