summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-14 06:11:56 +0000
committerDavid Robillard <d@drobilla.net>2012-05-14 06:11:56 +0000
commit17cc5056bbd4c5e79ee16894f94892d5a11d521c (patch)
tree1d70b39e033c86f8723361c18b5fd495dec8c4ae /src
parentb85ad0bc4e96566d8f936295e36fae2eef99d356 (diff)
downloadraul-17cc5056bbd4c5e79ee16894f94892d5a11d521c.tar.gz
raul-17cc5056bbd4c5e79ee16894f94892d5a11d521c.tar.bz2
raul-17cc5056bbd4c5e79ee16894f94892d5a11d521c.zip
Trim unnecessary includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4413 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/log.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp
index c087d71..975dece 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -14,6 +14,7 @@
along with Raul. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <sstream>
#include <string>
#include "raul/log.hpp"