mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Edits #include directives
My computer doesn't seem to have the stdc++.h, so I tried changing it to the two headers really used.
This commit is contained in:
parent
f9490839b6
commit
4fe2cf67b9
@ -1,4 +1,5 @@
|
||||
#include <bits/stdc++.h>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user