Browse Source

[2094] Add missing header file

For uint8_t.
Michal 'vorner' Vaner 12 years ago
parent
commit
04698fa05e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/util/unittests/wiredata.cc

+ 1 - 0
src/lib/util/unittests/wiredata.cc

@@ -17,6 +17,7 @@
 #include <gtest/gtest.h>
 
 #include <algorithm>            // for std::min
+#include <stdint.h>
 
 using namespace std;