Skip to content

Commit

Permalink
Packaging 6.5.0 (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored May 12, 2018
1 parent ee10966 commit 4749f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## DART 6

### DART 6.5.0 (201X-XX-XX)
### [DART 6.5.0 (2018-05-12)](https://github.com/dartsim/dart/milestone/41?closed=1)

* Common

* Added LockableReference classes: [#1011](https://github.com/dartsim/dart/pull/1011)
* Added missing \<vector\> to Memory.hpp: [#1057](https://github.com/dartsim/dart/pull/1057)

* GUI

Expand Down
1 change: 1 addition & 0 deletions dart/common/Memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include <map>
#include <memory>
#include <vector>

#include "dart/config.hpp"
#include "dart/common/Deprecated.hpp"
Expand Down

0 comments on commit 4749f24

Please sign in to comment.