src/AwkHandler.h
branchv_0
changeset 33 5288af2e4921
parent 31 64d9244ee252
child 35 eafffeea6a3e
equal deleted inserted replaced
32:34bacd35f32e 33:5288af2e4921
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    17  */
    17  */
    18 #pragma once
    18 #pragma once
    19 
    19 
    20 #include<functional>
    20 #include <functional>
    21 #include <memory>
    21 #include <memory>
    22 #include <string>
    22 #include <string>
    23 #include <vector>
    23 #include <vector>
    24 #include <iostream>
    24 #include <iostream>
    25 #include <sstream>
    25 #include <sstream>