Added missing header.

This commit is contained in:
Florian Pose 2008-08-07 10:12:58 +00:00
parent d13057f99f
commit 339b00d0ec
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
****************************************************************************/
#include <iostream>
#include <stdint.h>
uint8_t calcSiiCrc(const uint8_t *, size_t);