Skip to content

Commit bc6e9b2

Browse files
authored
Update MainListener.hpp fix #include<vetor>
the same reason #1
1 parent 83e79ae commit bc6e9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MainListener.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <Poco/Util/ServerApplication.h>
55

66
#include <iostream>
7+
#include <vector>
78

89
class MainListener final : public Poco::Util::ServerApplication {
910
virtual int main(const std::vector<std::string>& args) override;

0 commit comments

Comments
 (0)