From Pjotr Svetachov, previous obj "commit broke compilation under visual studio 2013. To use std::not1 you need to include the functional header. Here is a fix."

This commit is contained in:
Robert Osfield
2014-04-08 11:07:57 +00:00
parent eeeb18926a
commit a3288ea19a

View File

@@ -16,6 +16,7 @@
#include <fstream>
#include <string>
#include <stdio.h>
#include <functional>
#include "obj.h"