From ca4ed6f2aba456ef6bf9da6f2162d8e208ce3cbc Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 26 Dec 2018 06:42:00 +0100 Subject: [PATCH] Added compilation instructions to example --- example.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/example.cpp b/example.cpp index 6fb92b1..bb19264 100644 --- a/example.cpp +++ b/example.cpp @@ -1,15 +1,12 @@ /* This file is part of identiconpp. * Public Domain / CC-0 + * + * Compile with g++ $(Magick++-config --cppflags --ldflags) -lidenticonpp */ -#include #include -#include "identiconpp.hpp" #include - -using std::cout; -using std::endl; -using std::string; +#include "identiconpp.hpp" int main(int argc, char *argv[]) {