diff options
author | Přemysl Janouch <p@janouch.name> | 2018-11-03 15:23:31 +0100 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-11-03 15:23:31 +0100 |
commit | 85ada4dd2ba572a5bb514a82cef4a07e74b301de (patch) | |
tree | 1a2de171d0311cabfa8632f636e9772a98bf702a | |
parent | e6ed7da3959d67267d349ec1602f636ce76ad9f7 (diff) | |
download | sdn-85ada4dd2ba572a5bb514a82cef4a07e74b301de.tar.gz sdn-85ada4dd2ba572a5bb514a82cef4a07e74b301de.tar.xz sdn-85ada4dd2ba572a5bb514a82cef4a07e74b301de.zip |
Fix build on not-my-system
-rw-r--r-- | sdn.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #include <fstream> #include <map> #include <tuple> +#include <memory> #include <unistd.h> #include <dirent.h> |