Merge pull request #197 from borglab/fix/clang-travis-error

fix missing include
release/4.3a0
Frank Dellaert 2019-12-20 07:24:18 -05:00 committed by GitHub
commit 0cb32d7c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <list> #include <list>
#include <vector> #include <vector>
#include <stdexcept> #include <stdexcept>
#include <string>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include "PartitionWorkSpace.h" #include "PartitionWorkSpace.h"