This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5657 Added missing dependencies on Linux and Windows

  • Loading branch information...
Jerry (Xinyu Hou)
Jerry (Xinyu Hou) committed Oct 13, 2016
1 parent 235f528 commit 719e64dc8f5ab82bb424333b0a38e14fc585a2a2
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/lib/shared/SerialKey.cpp
@@ -17,6 +17,9 @@
#include "SerialKey.h"
+#include <fstream>
+#include <iostream>
+#include <algorithm>
#include <vector>
using namespace std;

0 comments on commit 719e64d

Please sign in to comment.