We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e79ae commit bc6e9b2Copy full SHA for bc6e9b2
src/MainListener.hpp
@@ -4,6 +4,7 @@
4
#include <Poco/Util/ServerApplication.h>
5
6
#include <iostream>
7
+#include <vector>
8
9
class MainListener final : public Poco::Util::ServerApplication {
10
virtual int main(const std::vector<std::string>& args) override;
0 commit comments