Skip to content

Commit 7aacfc7

Browse files
author
Christian Bender
authored
Merge pull request #371 from kelijah1121/master
Update matrix_linear.cpp
2 parents 24b11f2 + 15328b8 commit 7aacfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/matrix_linear.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// represent linear equation in form of matrix
2-
#include<iostream.h>
2+
#include<iostream>
33
#include<conio.h>
44

55
using namespace std;

0 commit comments

Comments
 (0)