Skip to content

Commit bab2708

Browse files
committed
add include string to Gather header
1 parent 4e9bb50 commit bab2708

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Clang CI
1+
name: CI
22

33
on:
44
push:

src/core/gather/gather.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
#ifndef GATHER_H
66
#define GATHER_H
7-
#include <iostream>
8-
#include <vector>
7+
#include <string>
98

109
class Gather {
1110
public:

0 commit comments

Comments
 (0)