Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/RealTime.cpp @ 82:c8b48bc6db3d
* Add sdkstatic target
| author | cannam | 
|---|---|
| date | Wed, 19 Sep 2007 14:04:12 +0000 | 
| parents | e33fa45f0935 | 
| children | dbab8c3a6571 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 81:e4826d5365b8 | 82:c8b48bc6db3d | 
|---|---|
| 54 using std::endl; | 54 using std::endl; | 
| 55 | 55 | 
| 56 #include "RealTime.h" | 56 #include "RealTime.h" | 
| 57 | 57 | 
| 58 #ifndef _WIN32 | 58 #ifndef _WIN32 | 
| 59 #include "sys/time.h" | 59 #include <sys/time.h> | 
| 60 #endif | 60 #endif | 
| 61 | 61 | 
| 62 namespace Vamp { | 62 namespace Vamp { | 
| 63 | 63 | 
| 64 // A RealTime consists of two ints that must be at least 32 bits each. | 64 // A RealTime consists of two ints that must be at least 32 bits each. | 
