Skip to content

Commit

Permalink
Merge pull request #16 from muflihun/develop
Browse files Browse the repository at this point in the history
include missing sstream in base header
  • Loading branch information
abumq authored Jan 30, 2018
2 parents f31f5d5 + 45a7acb commit 5ba2703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [1.0.5] - 30-01-2018
- Include missing sstream in base header

## [1.0.4] - 10-01-2018
### Updates
- Use helper code to prevent duplication in BaseLicenseManager
Expand Down
1 change: 1 addition & 0 deletions license++/base-license-manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <iostream>
#include <string>
#include <sstream>
#include <vector>
#include <license++/license.h>
#include <license++/license-exception.h>
Expand Down

0 comments on commit 5ba2703

Please sign in to comment.