From 3ca95f2a85d2347f28424a479fa3323f4a86bca7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 21:41:24 +0000 Subject: (svn r11839) -Codechange: move some variables from variables.h to a more logical location. --- src/strings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strings.cpp') diff --git a/src/strings.cpp b/src/strings.cpp index 1c48f99d6..7849f4f5b 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -36,6 +36,7 @@ #include "player_base.h" #include "fios.h" #include "settings_type.h" +#include "video/video_driver.hpp" #include "table/strings.h" #include "table/control_codes.h" -- cgit v1.2.3-54-g00ecf