~ubuntu-branches/ubuntu/wily/choreonoid/wily

« back to all changes in this revision

Viewing changes to src/Collision/Opcode/Opcode.h

  • Committer: Package Import Robot
  • Author(s): Thomas Moulard
  • Date: 2013-06-13 13:46:59 UTC
  • Revision ID: package-import@ubuntu.com-20130613134659-ynv9m8rngdr2q9hk
Tags: 1.1.0+dfsg-5
* Fix patch fixing opcode portability issue (Closes: #711003).
* Fix patch porting to Boost.Filesystem v3.
* Update symbols for amd64, i386, kfreebsd-i386 and kfreebsd-amd64
  architectures.
* Add autopkgtest support and simple test case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
        #include "OPC_IceHook.h"
75
75
//#include<iostream>
 
76
#include <stdint.h>
76
77
 
77
78
namespace cnoid {
78
79
    class CollisionPairInserter;