Moved the compiler source files into directories based on their project and added a compiler.gypi to generate the compiler projects.
diff --git a/src/common/mathutil.cpp b/src/common/mathutil.cpp
index 6a03cb4..9fce00b 100644
--- a/src/common/mathutil.cpp
+++ b/src/common/mathutil.cpp
@@ -1,4 +1,3 @@
-#include "precompiled.h"
 //
 // Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
@@ -8,6 +7,7 @@
 // mathutil.cpp: Math and bit manipulation functions.
 
 #include "common/mathutil.h"
+#include <algorithm>
 
 namespace gl
 {