Code

patches: Added missing-includes.dpatch to add missing include files.
[pkg-pfstmo.git] / debian / patches / missing-includes.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## missing-includes.dpatch by Sebastian Harl <tokkee@debian.org>
3 ##
4 ## DP: Add missing includes.
6 @DPATCH@
8 --- a/src/mantiuk08/display_adaptive_tmo.h
9 +++ b/src/mantiuk08/display_adaptive_tmo.h
10 @@ -29,6 +29,8 @@
11   * $Id: display_adaptive_tmo.h,v 1.12 2009/02/23 18:46:36 rafm Exp $
12   */
13  
14 +#include <memory>
15 +
16  #include "display_function.h"
17  #include "display_size.h"
18