Ticket #35949: patch-vfe-uint.diff
File patch-vfe-uint.diff, 563 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
vfe/unix/vfeplatform.h
old new 94 94 #ifndef __VFEPLATFORM_H__ 95 95 #define __VFEPLATFORM_H__ 96 96 97 #include <sys/types.h> 98 97 99 #include <boost/shared_ptr.hpp> 98 100 99 101 namespace vfePlatform -
vfe/vfesession.h
old new 94 94 #ifndef __VFESESSION_H__ 95 95 #define __VFESESSION_H__ 96 96 97 #include <sys/types.h> 98 97 99 #include <queue> 98 100 99 101 #include "base/image/colourspace.h"