Added missing include

This commit is contained in:
Ingo Ruhnke 2011-01-28 19:21:57 +01:00
parent 383578a84d
commit dd02607153

View file

@ -20,6 +20,7 @@
#define HEADER_XBOXDRV_LOG_HPP
#include <string>
#include <sstream>
/** Takes __PRETTY_FUNCTION__ and tries to shorten it to the form:
Classname::function() */