Bug fix: Missing include from previous commit, didn't compile on Debian.

This commit is contained in:
Reijo Tomperi 2008-11-15 22:54:39 +00:00
parent 08b25dc0d4
commit 0a638a57d0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include <string>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <stdlib.h> // <- strtoul
#include <stdio.h>