Skip to content
Snippets Groups Projects
Commit 859c32bc authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Removed unneeded include

parent a6905320
No related branches found
No related tags found
No related merge requests found
......@@ -322,12 +322,9 @@ namespace mjcf
return nextSiblingElement<OtherD>(predicateWithAttrib<OtherD>(attrName, attrValue));
}
#include <stdexcept>
template <class D>
void Element<D>::assertElemValueEqualsTag()
{
if (elem)
{
VR_ASSERT_MESSAGE(elem->Value() == Derived::tag,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment