summaryrefslogtreecommitdiff
path: root/src/common/ip.cpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-26 23:55:29 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-10-05 13:42:45 -0700
commitcaae1e38d0d239f4f7088a64526fe1d2f6587999 (patch)
tree42ba875885f7593c070da93f828b7ae38ea2dc7c /src/common/ip.cpp
parent06c411ef291e1f608487989b0da63aefbbdfefc1 (diff)
downloadtmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.tar.gz
tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.tar.bz2
tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.tar.xz
tmwa-caae1e38d0d239f4f7088a64526fe1d2f6587999.zip
Split string header into pieces
Diffstat (limited to 'src/common/ip.cpp')
-rw-r--r--src/common/ip.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/ip.cpp b/src/common/ip.cpp
index 4734a8b..a1fdfda 100644
--- a/src/common/ip.cpp
+++ b/src/common/ip.cpp
@@ -18,6 +18,9 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+#include "../strings/xstring.hpp"
+#include "../strings/vstring.hpp"
+
#include "cxxstdio.hpp"
#include "../poison.hpp"