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  
    9494#ifndef __VFEPLATFORM_H__
    9595#define __VFEPLATFORM_H__
    9696
     97#include <sys/types.h>
     98
    9799#include <boost/shared_ptr.hpp>
    98100
    99101namespace vfePlatform
  • vfe/vfesession.h

    old new  
    9494#ifndef __VFESESSION_H__
    9595#define __VFESESSION_H__
    9696
     97#include <sys/types.h>
     98
    9799#include <queue>
    98100
    99101#include "base/image/colourspace.h"