Permalink
Browse files
#5657 Added missing dependencies on Linux and Windows
- Loading branch information...
Showing
with
3 additions
and
0 deletions.
-
+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