Skip to content

Commit 4fe2cf6

Browse files
authored
Edits #include directives
My computer doesn't seem to have the stdc++.h, so I tried changing it to the two headers really used.
1 parent f949083 commit 4fe2cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Math/Prime_Factorization/primefactorization.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#include <bits/stdc++.h>
1+
#include <iostream>
2+
#include <vector>
23
#include <algorithm>
34
using namespace std;
45

0 commit comments

Comments
 (0)