Added missing headers in treeTraversal-inst.h

release/4.3a0
Richard Roberts 2013-06-24 19:30:13 +00:00
parent 9e373437a7
commit 7daa5712f4
1 changed files with 4 additions and 0 deletions

View File

@ -17,8 +17,12 @@
#pragma once
#include <gtsam/base/FastList.h>
#include <gtsam/inference/Key.h>
#include <stack>
#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/foreach.hpp>
#include <boost/bind.hpp>