#5657 Added missing dependencies on Linux and Windows
This commit is contained in:
parent
235f528dd9
commit
719e64dc8f
|
@ -17,6 +17,9 @@
|
|||
|
||||
#include "SerialKey.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in New Issue