1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 13:04:28 +01:00

Fix examples to make them work on Windows

This commit is contained in:
Matias Fontanini
2016-02-20 11:13:04 -08:00
parent 745071af65
commit dae25b3381
3 changed files with 5 additions and 4 deletions

View File

@@ -29,6 +29,7 @@
#include <iostream>
#include <string>
#include <functional>
#include <tins/tins.h>
using std::string;