Reverted the files in which the #include <boost/foreach.hpp> was removed.
parent
a0661b3813
commit
dc00eb4f87
|
@ -1,5 +1,6 @@
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
#include <boost/serialization/export.hpp>
|
#include <boost/serialization/export.hpp>
|
||||||
#include <boost/archive/text_iarchive.hpp>
|
#include <boost/archive/text_iarchive.hpp>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
#include <folder/path/to/Test.h>
|
#include <folder/path/to/Test.h>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <boost/foreach.hpp>
|
||||||
|
|
||||||
#include <path/to/ns1.h>
|
#include <path/to/ns1.h>
|
||||||
#include <path/to/ns1/ClassB.h>
|
#include <path/to/ns1/ClassB.h>
|
||||||
|
|
Loading…
Reference in New Issue