Support "Print" action.
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "terminal.hpp"
|
||||
@@ -9,6 +10,6 @@ namespace Parser {
|
||||
|
||||
template class std::vector<Parser::Action *>;
|
||||
template class std::vector<Terminal::Cell>;
|
||||
template class std::vector<Terminal::Row>;
|
||||
template class std::deque<Terminal::Row>;
|
||||
template class std::vector<Terminal::Cell *>;
|
||||
template class std::vector<wchar_t>;
|
||||
|
||||
Reference in New Issue
Block a user