Skip to content
Snippets Groups Projects
Commit a937de74 authored by rishwanth1995's avatar rishwanth1995
Browse files

removed stdint header file

parent 8b701368
Branches
Tags
No related merge requests found
......@@ -17,11 +17,11 @@
#include <string.h>
#include <sstream>
#include <algorithm>
#ifdef TSK_WIN32
#include <cstdint>
#else
#include <stdint.h>
#endif
//#ifdef TSK_WIN32
//#include <cstdint>
//#else
//#include <stdint.h>
//#endif
#include "guid.h"
using std::stringstream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment