Skip to content

Commit 2c741eb

Browse files
committed
Fix an include error
1 parent 1e2a198 commit 2c741eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iou.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 2018
1111
***********************************/
1212

13-
#include "IOU.h"
13+
#include "iou.h"
1414
#include <algorithm>
1515

1616
namespace IOU

0 commit comments

Comments
 (0)