Skip to content

Commit f859394

Browse files
author
Christian Bender
authored
Merge pull request #93 from linus-xuzixuan/patch-1
Edits #include directives
2 parents f949083 + 4fe2cf6 commit f859394

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)