Skip to content

Commit

Permalink
fix Sample
Browse files Browse the repository at this point in the history
include <iostream> for std::cout
  • Loading branch information
breznak committed Oct 22, 2016
1 parent cf65e64 commit 2a635dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SampleMain.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// this is a simple example, seen in the Readme

#include "LRUCache11.hpp"
#include <iostream>

namespace lru
{
void test()
Expand Down

0 comments on commit 2a635dd

Please sign in to comment.