5 /** Standard C++ includes */
8 #include <cstring> // memcpy
12 #include <limits> // numeric_limits
14 #include <sstream> // c++ conversions through streams
17 #include "FerrisLoki/static_check.h"
22 class QTreeWidgetItem
;
29 typedef unsigned char Uchar
;
30 typedef unsigned short Uint16
;
31 typedef unsigned int Uint32
;