fecpp.h | fecpp.h | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
* | * | |||
* Distributed under the terms given in license.txt | * Distributed under the terms given in license.txt | |||
*/ | */ | |||
#ifndef FECPP_H__ | #ifndef FECPP_H__ | |||
#define FECPP_H__ | #define FECPP_H__ | |||
#include <map> | #include <map> | |||
#include <vector> | #include <vector> | |||
#include <tr1/functional> | #include <tr1/functional> | |||
#include <stdint.h> | ||||
namespace fecpp { | namespace fecpp { | |||
using std::size_t; | using std::size_t; | |||
typedef unsigned char byte; | typedef unsigned char byte; | |||
/** | /** | |||
* Forward error correction code | * Forward error correction code | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added | |||