diff --git a/config.sample.php b/config.sample.php
index 12bdcd12e088076837635788f35c5db383a90b8b..33db7427c12bc742ab050fc86a5a22d7aa5929ee 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -6,6 +6,7 @@ error_reporting(E_ALL);
 set_include_path(dirname(__FILE__).'/src:'.dirname(__FILE__).'/lib/php:'.get_include_path());
 
 require_once 'UNL/Autoload.php';
+require_once __DIR__ . '/vendor/autoload.php';
 
 /* A Google Loader API Key is presumably needed to ensure proper functionality.
  * Register for an API Key at http://code.google.com/apis/loader/signup.html