diff options
Diffstat (limited to 'src/Sockets/Ipv4Address.cpp')
-rw-r--r-- | src/Sockets/Ipv4Address.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Sockets/Ipv4Address.cpp b/src/Sockets/Ipv4Address.cpp index 58f25e5..99628f4 100644 --- a/src/Sockets/Ipv4Address.cpp +++ b/src/Sockets/Ipv4Address.cpp @@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <cstring> #include "Ipv4Address.h" #include "Utility.h" #include "Parse.h" |