Skip to content

Commit 54dd6ab

Browse files
authored
Update xcomm.hpp
1 parent f6711dc commit 54dd6ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/xcomm.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <string>
1010
#include <vector>
1111
#include <iostream>
12+
#include <memory>
1213

1314
#include "nlohmann/json.hpp"
1415

@@ -55,7 +56,7 @@ namespace xeus_javascript
5556
void on_msg(const js_callback_type& callback);
5657
void on_close(const js_callback_type& callback);
5758

58-
static std::unique_ptr<MyClass> create(std::string target_name, nl::json extra_kwargs);
59+
static std::unique_ptr<xcomm> create(std::string target_name, nl::json extra_kwargs);
5960

6061

6162
private:

0 commit comments

Comments
 (0)