Skip to content

Commit

Permalink
Added missing include (fixes #455).
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenBaert committed May 29, 2016
1 parent 693e459 commit 853863a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])

dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
dnl serial 11 (pkg-config-0.29)
dnl serial 11 (pkg-config-0.29.1)
dnl
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
Expand Down Expand Up @@ -63,7 +63,7 @@ dnl
dnl See the "Since" comment for each macro you use to see what version
dnl of the macros you require.
m4_defun([PKG_PREREQ],
[m4_define([PKG_MACROS_VERSION], [0.29])
[m4_define([PKG_MACROS_VERSION], [0.29.1])
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
])dnl PKG_PREREQ
Expand Down
2 changes: 2 additions & 0 deletions src/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ along with SimpleScreenRecorder. If not, see <http://www.gnu.org/licenses/>.
#include "Logger.h"
#include "TempBuffer.h"

#include <random>

struct ImageGeneric {

TempBuffer<uint8_t> m_buffer;
Expand Down
1 change: 1 addition & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Wishlist:
- clean up Global.h
- Easier GLInject application selection (as an alternative to entering the command).
- Timelapse recording, i.e. recording at a slow speed but playing it back faster (without sound obviously).
- Cursor highlighting.

Not sure yet:
- Fixed cursor position when using 'follow cursor'?
Expand Down

0 comments on commit 853863a

Please sign in to comment.