Added missing stdexcept header, fixes #61

This commit is contained in:
Rohan Budhiraja
2016-05-21 21:40:07 +02:00
committed by Ferdinand Thiessen
parent ae3ba28fee
commit 475948f8a2

View File

@@ -19,6 +19,7 @@
#include <dom/domConstants.h>
#include <sstream>
#include <stdexcept>
#include <osgDB/ConvertUTF>
#include <limits>