diff options
Diffstat (limited to 'src/common/ip.cpp')
-rw-r--r-- | src/common/ip.cpp | 3 |
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" |